Skip to main content

TreeViewNodeState.Expanded Property

Gets a value that specifies the node expansion state.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Expanded { get; protected set; }

Property Value

Type Description
Boolean

true, if the node is expanded; otherwise, false.

Remarks

Use the Expanded property to obtain the node expansion state.

To get the Expanded property value on the client side, use the ASPxClientTreeViewNode.GetExpanded method.

See Also