Gets a value that indicates whether the C1TreeViewNode node is expanded.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, false)]
[C1CategoryAttribute("Category.Behavior")]
[LocalizableAttribute(true)]
[DefaultValueAttribute("")]
[LayoutAttribute(LayoutType.Behavior)]
public bool Expanded { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<C1CategoryAttribute("Category.Behavior")> _
<LocalizableAttribute(True)> _
<DefaultValueAttribute("")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property Expanded As Boolean
	Get
	Set

See Also