Class TextBlockFiltersCountBehavior
public class TextBlockFiltersCountBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
- Inheritance
-
BehaviorBehavior<TextBlock>TextBlockFiltersCountBehavior
- Implements
-
IAttachedObject
- Inherited Members
-
Behavior<TextBlock>.AssociatedObjectBehavior.CreateInstanceCore()Behavior.Detach()Behavior.AssociatedType
- Extension Methods
Constructors
TextBlockFiltersCountBehavior()
public TextBlockFiltersCountBehavior()
Fields
ConditionOperateProperty
public static readonly DependencyProperty ConditionOperateProperty
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
ConditionOperate
public ConditionOperate ConditionOperate { get; set; }
Property Value
DisplayFilters
public ObservableCollection<IDisplayFilter> DisplayFilters { get; }
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
GetConditionOperate(ConditionOperate)
public string GetConditionOperate(ConditionOperate conditionOperate)
Parameters
conditionOperate
ConditionOperate
Returns
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.