Class SearchBox
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
IsAaZzProperty
public static readonly DependencyProperty IsAaZzProperty
Field Value
IsAsyncProperty
public static readonly DependencyProperty IsAsyncProperty
Field Value
MatchProperty
public static readonly DependencyProperty MatchProperty
Field Value
OutSourceProperty
public static readonly DependencyProperty OutSourceProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
InSource
public IEnumerable InSource { get; set; }
Property Value
IsAaZz
区分大小写
public bool IsAaZz { get; set; }
Property Value
IsAsync
是否异步通知输出数据
public bool IsAsync { get; set; }
Property Value
LabelKey
public static ComponentResourceKey LabelKey { get; }
Property Value
Match
public Func<PropertyInfo, object, bool> Match { get; set; }
Property Value
OutSource
public IEnumerable OutSource { get; set; }
Property Value
Methods
OnTextChanged(TextChangedEventArgs)
Is called when content in this editing control changes.
protected override void OnTextChanged(TextChangedEventArgs e)
Parameters
e
TextChangedEventArgsThe arguments that are associated with the TextChanged event.