MVCxTreeListNode.Expanded Property
Gets or sets whether the node is expanded.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to expand the node; false to collapse the node. |
Remarks
Setting the Expanded property does nothing if the node has no child nodes.
See Also