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

ResourceTreeControl.Scheduler Property

Gets or sets the SchedulerControl to which the current control is bound.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public SchedulerControl Scheduler { get; set; }

Property Value

Type Description
SchedulerControl

A SchedulerControl whose resources are displayed.

Remarks

The ResourceTreeControl obtains its resources from the Scheduler’s DataSource.ResourcesSource.

See Also