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

ResourceTreeControl.AutoExpandAllNodes Property

Gets or sets whether all resource groups are automatically expanded when the Resource Tree is being loaded.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool AutoExpandAllNodes { get; set; }

Property Value

Type Description
Boolean

true, to expand all resource groups when the Resource Tree is being loaded; otherwise, false.

See Also