Skip to main content

TreeViewDashboardItem.AutoExpandNodes Property

Gets or sets whether tree view nodes are expanded by default.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(false)]
public bool AutoExpandNodes { get; set; }

#Property Value

Type Default Description
Boolean false

true, to expand tree view nodes by default; otherwise, false.

See Also