Class TextFilterBox
public class TextFilterBox : TextBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ITextFilterBox
- Inheritance
-
TextFilterBox
- Implements
- Inherited Members
- Extension Methods
Constructors
TextFilterBox()
public TextFilterBox()
Fields
DisplayNameProperty
public static readonly DependencyProperty DisplayNameProperty
Field Value
FilterChangedRoutedEvent
public static readonly RoutedEvent FilterChangedRoutedEvent
Field Value
FilterProperty
public static readonly DependencyProperty FilterProperty
Field Value
PropertyNamesProperty
public static readonly DependencyProperty PropertyNamesProperty
Field Value
StringComparisonProperty
public static readonly DependencyProperty StringComparisonProperty
Field Value
UseSearchableProperty
public static readonly DependencyProperty UseSearchableProperty
Field Value
Properties
DisplayName
public string DisplayName { get; set; }
Property Value
Filter
public IFilterable Filter { get; }
Property Value
PropertyNames
public string PropertyNames { get; set; }
Property Value
StringComparison
public StringComparison StringComparison { get; set; }
Property Value
UseSearchable
public bool UseSearchable { get; set; }
Property Value
Methods
OnFilterChanged()
protected void OnFilterChanged()
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.
Events
FilterChanged
public event RoutedEventHandler FilterChanged