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.v19.1.dll

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