Skip to main content
A newer version of this page is available. .

MVCxTreeListNode.Expanded Property

Gets or sets whether the node is expanded.

Namespace: DevExpress.Web.Mvc

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

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