Click or drag to resize

ExpanderBehaviour class

Maps expander events to commands.
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.BehavioursExpanderBehaviour

Namespace: Vishnu.WPF_UI.Behaviours
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static class ExpanderBehaviour

The ExpanderBehaviour Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberCollapsedEventHandler Event handler for the collapsed event of the expander.
Public MethodStatic MemberExpandedEventHandler Event handler for the Expander's Expanded event.
Public MethodStatic MemberGetCollapsedCommand WPF getter for the CollapsedCommand.
Public MethodStatic MemberGetExpandedCommand WPF getter for the ExpandedCommand.
Public MethodStatic MemberGetSizeChangedCommand WPF getter for the SizeChangedCommand.
Public MethodStatic MemberSetCollapsedCommand WPF setter for the CollapsedCommand.
Public MethodStatic MemberSetExpandedCommand WPF setter for the ExpandedCommand.
Public MethodStatic MemberSetSizeChangedCommand WPF setter for the SizeChangedCommand.
Public MethodStatic MemberSizeChangedEventHandler Event handler for the SizeChanged event of the expander.
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberCollapsedCommandProperty Attached property for the collapsed event of an expander.
Public FieldStatic MemberExpandedCommandProperty Attached property (ICommand) for the expanded event of an expander.
Public FieldStatic MemberSizeChangedCommandProperty Attached property for the SizeChanged event of an expander.
Back to the top
Attached properties
 NameDescription of the
Public PropertyCollapsedCommand Attached property (ICommand) for the collapsed event of an expander.
Public PropertyExpandedCommand Attached property (ICommand) for the expanded event of an expander.
Public PropertySizeChangedCommand Attached property (ICommand) for the SizeChanged event of an expander.
Back to the top
Remarks
File: ExpanderBehaviour.cs Author: Erik Nagel 29.06.2013 Erik Nagel: created
See also