Table of Contents

Class TextBlockFilterCountBehavior

Namespace
H.Controls.FilterBox
Assembly
H.Controls.FilterBox.dll
public class TextBlockFilterCountBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
Inheritance
Behavior
Behavior<TextBlock>
TextBlockFilterCountBehavior
Implements
IAttachedObject
Inherited Members
Behavior<TextBlock>.AssociatedObject
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Extension Methods

Fields

DisplayFilterProperty

public static readonly DependencyProperty DisplayFilterProperty

Field Value

DependencyProperty

FormatProperty

public static readonly DependencyProperty FormatProperty

Field Value

DependencyProperty

HeaderProperty

public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

ItemsSourceProperty

public static readonly DependencyProperty ItemsSourceProperty

Field Value

DependencyProperty

Properties

DisplayFilter

public IDisplayFilter DisplayFilter { get; set; }

Property Value

IDisplayFilter

Format

public string Format { get; set; }

Property Value

string

Header

public string Header { get; set; }

Property Value

string

ItemsSource

public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

Methods

OnAttached()

Called after the behavior is attached to an AssociatedObject.

protected override void OnAttached()

Remarks

Override this to hook up functionality to the AssociatedObject.

OnDetaching()

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()

Remarks

Override this to unhook functionality from the AssociatedObject.