Table of Contents

Class FilterBox

Namespace
HeBianGu.Control.Filter
Assembly
HeBianGu.Control.Filter.dll
public class FilterBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
FilterBox
Implements
Inherited Members
Extension Methods

Constructors

FilterBox()

public FilterBox()

Fields

AddItemCommand

public static RoutedCommand AddItemCommand

Field Value

RoutedCommand

DataSourceProperty

public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

FilterItemCollectionProperty

public static readonly DependencyProperty FilterItemCollectionProperty

Field Value

DependencyProperty

NewFilterModelProperty

public static readonly DependencyProperty NewFilterModelProperty

Field Value

DependencyProperty

OutSourceProperty

public static readonly DependencyProperty OutSourceProperty

Field Value

DependencyProperty

PropertySourceProperty

public static readonly DependencyProperty PropertySourceProperty

Field Value

DependencyProperty

Properties

ClearKey

public static ComponentResourceKey ClearKey { get; }

Property Value

ComponentResourceKey

DataSource

public IEnumerable DataSource { get; set; }

Property Value

IEnumerable

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

FilterItemCollection

public FilterItemCollection FilterItemCollection { get; set; }

Property Value

FilterItemCollection

LabelClearKey

public static ComponentResourceKey LabelClearKey { get; }

Property Value

ComponentResourceKey

LabelKey

public static ComponentResourceKey LabelKey { get; }

Property Value

ComponentResourceKey

NewFilterModel

public IFilter NewFilterModel { get; set; }

Property Value

IFilter

OutSource

public IEnumerable OutSource { get; set; }

Property Value

IEnumerable

PropertySource

public ObservableCollection<IFilter> PropertySource { get; set; }

Property Value

ObservableCollection<IFilter>

Methods

RefreshOut()

public void RefreshOut()