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

ResourceTreeControl Class

A Resource Tree control.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public class ResourceTreeControl :
    SchedulerControlBase

The following members return ResourceTreeControl objects:

Remarks

A Resource Tree control displays resources used in the SchedulerControl.

Use the ResourcesTreeControl.Scheduler property to establish binding. The ResourceTreeControl obtains its resources from the Scheduler’s DataSource.ResourcesSource.

See Also