Skip to main content

ResourceNavigator(SchedulerControl) Constructor

Initializes a new instance of the ResourceNavigator class with the specified Scheduler Control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public ResourceNavigator(
    SchedulerControl control
)

Parameters

Name Type Description
control SchedulerControl

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

See Also