Gets or sets a value that indicates whether the node is expanded.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public bool Expanded { get; set; }
Visual Basic (Declaration)
Public Property Expanded As Boolean
Visual C++
public:
property bool Expanded {
	bool get ();
	void set (bool value);
}

See Also