Class SelectionFilterBox
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
DisplayNameProperty
public static readonly DependencyProperty DisplayNameProperty
Field Value
FilterChangedRoutedEvent
public static readonly RoutedEvent FilterChangedRoutedEvent
Field Value
FilterProperty
public static readonly DependencyProperty FilterProperty
Field Value
PropertyNameProperty
public static readonly DependencyProperty PropertyNameProperty
Field Value
TypeProperty
public static readonly DependencyProperty TypeProperty
Field Value
UseCheckAllProperty
public static readonly DependencyProperty UseCheckAllProperty
Field Value
Properties
Datas
public IEnumerable Datas { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Filter
public IFilterable Filter { get; set; }
Property Value
PropertyName
public string PropertyName { get; set; }
Property Value
Type
public Type Type { get; set; }
Property Value
UseCheckAll
public bool UseCheckAll { get; set; }
Property Value
Methods
GetCheckAllItem()
public ListBoxItem GetCheckAllItem()
Returns
GetPropertyInfo()
public PropertyInfo GetPropertyInfo()
Returns
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
SelectionChangedEventArgsProvides data for SelectionChangedEventArgs.
RefreshData()
public void RefreshData()
Events
FilterChanged
public event RoutedEventHandler FilterChanged