Class FilterHost
public class FilterHost : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
FilterHost
- Implements
- Inherited Members
- Extension Methods
Fields
ChangedRoutedEvent
public static readonly RoutedEvent ChangedRoutedEvent
Field Value
FromSourceProperty
public static readonly DependencyProperty FromSourceProperty
Field Value
IsAsyncProperty
public static readonly DependencyProperty IsAsyncProperty
Field Value
ToSourceProperty
public static readonly DependencyProperty ToSourceProperty
Field Value
ToTakeCountProperty
public static readonly DependencyProperty ToTakeCountProperty
Field Value
Properties
FromSource
public IEnumerable FromSource { get; set; }
Property Value
IsAsync
public bool IsAsync { get; set; }
Property Value
ToSource
public IEnumerable ToSource { get; set; }
Property Value
ToTakeCount
public int ToTakeCount { get; set; }
Property Value
Methods
AddFilter(IControlFilter)
public void AddFilter(IControlFilter filter)
Parameters
filter
IControlFilter
OnChanged()
protected void OnChanged()
RefreshData()
public void RefreshData()
RemoveFilter(IControlFilter)
public void RemoveFilter(IControlFilter filter)
Parameters
filter
IControlFilter
Events
Changed
public event RoutedEventHandler Changed