Skip to main content

ResourceNavigatorControl.SchedulerControl Property

Gets or sets the SchedulerControl associated with the resource navigator.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public SchedulerControl SchedulerControl { get; set; }
Public Property SchedulerControl As SchedulerControl

Property Value

Type Description
SchedulerControl

A SchedulerControl object which specifies the owner of this resource navigator.

See Also