Class TextBlockFilterCountBehavior
public class TextBlockFilterCountBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
- Inheritance
-
BehaviorBehavior<TextBlock>TextBlockFilterCountBehavior
- Implements
-
IAttachedObject
- Inherited Members
-
Behavior<TextBlock>.AssociatedObjectBehavior.CreateInstanceCore()Behavior.Detach()Behavior.AssociatedType
- Extension Methods
Fields
DisplayFilterProperty
public static readonly DependencyProperty DisplayFilterProperty
Field Value
FormatProperty
public static readonly DependencyProperty FormatProperty
Field Value
HeaderProperty
public static readonly DependencyProperty HeaderProperty
Field Value
ItemsSourceProperty
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Properties
DisplayFilter
public IDisplayFilter DisplayFilter { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
Header
public string Header { get; set; }
Property Value
ItemsSource
public IEnumerable ItemsSource { get; set; }
Property Value
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.