Table of Contents

Class ListBoxSelectAllCheckBoxBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class ListBoxSelectAllCheckBoxBehavior : Behavior<CheckBox>, IAnimatable, IAttachedObject
Inheritance
ListBoxSelectAllCheckBoxBehavior
Implements
Inherited Members
Extension Methods

Fields

ListBoxProperty

public static readonly DependencyProperty ListBoxProperty

Field Value

DependencyProperty

Properties

ListBox

public ListBox ListBox { get; set; }

Property Value

ListBox

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.