Gets or sets the state of the expansion button.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public ExpansionButtonState State { get; set; }
Visual Basic
Public Property State As ExpansionButtonState
	Get
	Set
Visual C++
public:
property ExpansionButtonState State {
	ExpansionButtonState get ();
	void set (ExpansionButtonState value);
}
F#
member State : ExpansionButtonState with get, set

Property Value

Type: ExpansionButtonState
The state.

See Also