Table of Contents

Class SelectionFilterBox

Namespace
H.Controls.FilterBox
Assembly
H.Controls.FilterBox.dll
public class SelectionFilterBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, ISelectionFilterBox
Inheritance
SelectionFilterBox
Implements
Inherited Members
Extension Methods

Constructors

SelectionFilterBox()

public SelectionFilterBox()

Fields

DatasProperty

public static readonly DependencyProperty DatasProperty

Field Value

DependencyProperty

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

PropertyNameProperty

public static readonly DependencyProperty PropertyNameProperty

Field Value

DependencyProperty

TypeProperty

public static readonly DependencyProperty TypeProperty

Field Value

DependencyProperty

UseCheckAllProperty

public static readonly DependencyProperty UseCheckAllProperty

Field Value

DependencyProperty

Properties

Datas

public IEnumerable Datas { get; set; }

Property Value

IEnumerable

DisplayName

public string DisplayName { get; set; }

Property Value

string

Filter

public IFilterable Filter { get; set; }

Property Value

IFilterable

PropertyName

public string PropertyName { get; set; }

Property Value

string

Type

public Type Type { get; set; }

Property Value

Type

UseCheckAll

public bool UseCheckAll { get; set; }

Property Value

bool

Methods

GetCheckAllItem()

public ListBoxItem GetCheckAllItem()

Returns

ListBoxItem

GetPropertyInfo()

public PropertyInfo GetPropertyInfo()

Returns

PropertyInfo

OnFilterChanged()

protected void OnFilterChanged()

OnSelectionChanged(SelectionChangedEventArgs)

Responds to a list box selection change by raising a SelectionChanged event.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

e SelectionChangedEventArgs

Provides data for SelectionChangedEventArgs.

RefreshData()

public void RefreshData()

Events

FilterChanged

public event RoutedEventHandler FilterChanged

Event Type

RoutedEventHandler