Skip to main content

SchedulerListEditor.DateNavigator Property

Provides access to the SchedulerListEditor‘s Date Navigator.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Win

Declaration

public override object DateNavigator { get; }

Property Value

Type Description
Object

An object that represents a Date Navigator.

Remarks

Generally, you do not need to use this property.

See Also