Table of Contents

Class FilterHost

Namespace
HeBianGu.Control.Filter
Assembly
HeBianGu.Control.Filter.dll
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

RoutedEvent

FromSourceProperty

public static readonly DependencyProperty FromSourceProperty

Field Value

DependencyProperty

IsAsyncProperty

public static readonly DependencyProperty IsAsyncProperty

Field Value

DependencyProperty

ToSourceProperty

public static readonly DependencyProperty ToSourceProperty

Field Value

DependencyProperty

ToTakeCountProperty

public static readonly DependencyProperty ToTakeCountProperty

Field Value

DependencyProperty

Properties

FromSource

public IEnumerable FromSource { get; set; }

Property Value

IEnumerable

IsAsync

public bool IsAsync { get; set; }

Property Value

bool

ToSource

public IEnumerable ToSource { get; set; }

Property Value

IEnumerable

ToTakeCount

public int ToTakeCount { get; set; }

Property Value

int

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

Event Type

RoutedEventHandler