Skip to main content

MVCxTreeListNode.Expanded Property

Gets or sets whether the node is expanded.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool Expanded { get; set; }

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