TreeViewNodeState.Expanded Property
Gets a value that specifies the node expansion state.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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