Table of Contents

Class FavoriteFilterBox

Namespace
H.Controls.FavoriteBox
Assembly
H.Controls.FavoriteBox.dll
public class FavoriteFilterBox : TreeView, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
FavoriteFilterBox
Implements
Inherited Members
Extension Methods

Constructors

FavoriteFilterBox()

public FavoriteFilterBox()

Fields

FilterChangedRoutedEvent

public static readonly RoutedEvent FilterChangedRoutedEvent

Field Value

RoutedEvent

FilterProperty

public static readonly DependencyProperty FilterProperty

Field Value

DependencyProperty

GroupNameProperty

public static readonly DependencyProperty GroupNameProperty

Field Value

DependencyProperty

PropertyNameProperty

public static readonly DependencyProperty PropertyNameProperty

Field Value

DependencyProperty

Properties

Filter

public IFilterable Filter { get; set; }

Property Value

IFilterable

GroupName

public string GroupName { get; set; }

Property Value

string

PropertyName

public string PropertyName { get; set; }

Property Value

string

Methods

OnFilterChanged()

protected void OnFilterChanged()

OnSelectedItemChanged(RoutedPropertyChangedEventArgs<object>)

Raises the SelectedItemChanged event when the SelectedItem property value changes.

protected override void OnSelectedItemChanged(RoutedPropertyChangedEventArgs<object> e)

Parameters

e RoutedPropertyChangedEventArgs<object>

Provides the item that was previously selected and the item that is currently selected for the SelectedItemChanged event.

RefreshData()

public void RefreshData()

Events

FilterChanged

public event RoutedEventHandler FilterChanged

Event Type

RoutedEventHandler