Table of Contents

Interface ISelectionFilterBox

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

Properties

Datas

IEnumerable Datas { get; set; }

Property Value

IEnumerable

DisplayName

string DisplayName { get; set; }

Property Value

string

Filter

IFilterable Filter { get; set; }

Property Value

IFilterable

PropertyName

string PropertyName { get; set; }

Property Value

string

Type

Type Type { get; set; }

Property Value

Type

UseCheckAll

bool UseCheckAll { get; set; }

Property Value

bool

Methods

GetCheckAllItem()

ListBoxItem GetCheckAllItem()

Returns

ListBoxItem

GetPropertyInfo()

PropertyInfo GetPropertyInfo()

Returns

PropertyInfo

RefreshData()

void RefreshData()

Events

FilterChanged

event RoutedEventHandler FilterChanged

Event Type

RoutedEventHandler