Class Expander
Implements control with header and collapsible content
Inheritance
System.Object
Expander
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class Expander : HeaderedContentControl
Constructors
Expander()
Initializes a new instance of the Expander class.
Declaration
public Expander()
Fields
ExpandDirectionProperty
The expand direction property
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IsExpandedProperty
The is expanded property
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
ExpandDirection
Gets or sets the expand direction.
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Type | Description |
---|---|
ExpandDirection | The expand direction. |
IsExpanded
Gets or sets a value indicating whether [is expanded].
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
OnApplyTemplate()
Called when [apply template].
Declaration
public override void OnApplyTemplate()