Interface ITextFilterBox
public interface ITextFilterBox
- Extension Methods
Properties
DisplayName
string DisplayName { get; set; }
Property Value
Filter
IFilterable Filter { get; }
Property Value
PropertyNames
string PropertyNames { get; set; }
Property Value
StringComparison
StringComparison StringComparison { get; set; }
Property Value
UseSearchable
bool UseSearchable { get; set; }
Property Value
Events
FilterChanged
event RoutedEventHandler FilterChanged