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

SchedulerDateNavigationBar(SchedulerControl) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public SchedulerDateNavigationBar(
    SchedulerControl schedulerControl
)

Parameters

Name Type Description
schedulerControl SchedulerControl

A SchedulerControl object which specifies the owner of the Date Navigation Bar.

See Also