Skip to main content

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.v23.2.dll

NuGet Package: 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