Table of Contents

Class SearchBox

Namespace
HeBianGu.Control.Filter
Assembly
HeBianGu.Control.Filter.dll
public class SearchBox : TextBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
SearchBox
Implements
Inherited Members
Extension Methods

Constructors

SearchBox()

public SearchBox()

Fields

InSourceProperty

public static readonly DependencyProperty InSourceProperty

Field Value

DependencyProperty

IsAaZzProperty

public static readonly DependencyProperty IsAaZzProperty

Field Value

DependencyProperty

IsAsyncProperty

public static readonly DependencyProperty IsAsyncProperty

Field Value

DependencyProperty

MatchProperty

public static readonly DependencyProperty MatchProperty

Field Value

DependencyProperty

OutSourceProperty

public static readonly DependencyProperty OutSourceProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

InSource

public IEnumerable InSource { get; set; }

Property Value

IEnumerable

IsAaZz

区分大小写

public bool IsAaZz { get; set; }

Property Value

bool

IsAsync

是否异步通知输出数据

public bool IsAsync { get; set; }

Property Value

bool

LabelKey

public static ComponentResourceKey LabelKey { get; }

Property Value

ComponentResourceKey

Match

public Func<PropertyInfo, object, bool> Match { get; set; }

Property Value

Func<PropertyInfo, object, bool>

OutSource

public IEnumerable OutSource { get; set; }

Property Value

IEnumerable

Methods

OnTextChanged(TextChangedEventArgs)

Is called when content in this editing control changes.

protected override void OnTextChanged(TextChangedEventArgs e)

Parameters

e TextChangedEventArgs

The arguments that are associated with the TextChanged event.