Table of Contents

Class TextFilterBox

Namespace
H.Controls.FilterBox
Assembly
H.Controls.FilterBox.dll
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

DependencyProperty

FilterChangedRoutedEvent

public static readonly RoutedEvent FilterChangedRoutedEvent

Field Value

RoutedEvent

FilterProperty

public static readonly DependencyProperty FilterProperty

Field Value

DependencyProperty

PropertyNamesProperty

public static readonly DependencyProperty PropertyNamesProperty

Field Value

DependencyProperty

StringComparisonProperty

public static readonly DependencyProperty StringComparisonProperty

Field Value

DependencyProperty

UseSearchableProperty

public static readonly DependencyProperty UseSearchableProperty

Field Value

DependencyProperty

Properties

DisplayName

public string DisplayName { get; set; }

Property Value

string

Filter

public IFilterable Filter { get; }

Property Value

IFilterable

PropertyNames

public string PropertyNames { get; set; }

Property Value

string

StringComparison

public StringComparison StringComparison { get; set; }

Property Value

StringComparison

UseSearchable

public bool UseSearchable { get; set; }

Property Value

bool

Methods

OnFilterChanged()

protected void OnFilterChanged()

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.

Events

FilterChanged

public event RoutedEventHandler FilterChanged

Event Type

RoutedEventHandler