Class FilterBox
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
DataSourceProperty
public static readonly DependencyProperty DataSourceProperty
Field Value
FilterItemCollectionProperty
public static readonly DependencyProperty FilterItemCollectionProperty
Field Value
NewFilterModelProperty
public static readonly DependencyProperty NewFilterModelProperty
Field Value
OutSourceProperty
public static readonly DependencyProperty OutSourceProperty
Field Value
PropertySourceProperty
public static readonly DependencyProperty PropertySourceProperty
Field Value
Properties
ClearKey
public static ComponentResourceKey ClearKey { get; }
Property Value
DataSource
public IEnumerable DataSource { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
FilterItemCollection
public FilterItemCollection FilterItemCollection { get; set; }
Property Value
LabelClearKey
public static ComponentResourceKey LabelClearKey { get; }
Property Value
LabelKey
public static ComponentResourceKey LabelKey { get; }
Property Value
NewFilterModel
public IFilter NewFilterModel { get; set; }
Property Value
OutSource
public IEnumerable OutSource { get; set; }
Property Value
PropertySource
public ObservableCollection<IFilter> PropertySource { get; set; }
Property Value
Methods
RefreshOut()
public void RefreshOut()