Skip to main content
Tab

TreeViewVirtualNode.Expanded Property

Gets or sets whether the virtual node is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool Expanded { get; set; }

Property Value

Type Description
Boolean

true if the node is expanded; false if the node is collapsed.

Remarks

Use the Expanded property to expand or collapse a node in the virtual mode.

See Also