Table of Contents

Interface ITextFilterBox

Namespace
H.Controls.FilterBox
Assembly
H.Controls.FilterBox.dll
public interface ITextFilterBox
Extension Methods

Properties

DisplayName

string DisplayName { get; set; }

Property Value

string

Filter

IFilterable Filter { get; }

Property Value

IFilterable

PropertyNames

string PropertyNames { get; set; }

Property Value

string

StringComparison

StringComparison StringComparison { get; set; }

Property Value

StringComparison

UseSearchable

bool UseSearchable { get; set; }

Property Value

bool

Events

FilterChanged

event RoutedEventHandler FilterChanged

Event Type

RoutedEventHandler