Gets or sets a value indicating whether this Row is expanded.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: Boolean
true if expanded; otherwise, false.

Remarks

If this property is set to false then all children are hidden (but not Filtered!).

Thread Safety

The function is thread safe.

See Also