Gets or sets a value indicating whether expansion (+/-) buttins should be visible.

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

Syntax

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

Property Value

Type: Boolean
true if expansion buttons are visible; otherwise, false.

See Also