Skip to main content
.NET 6.0+

SchedulerListEditor.DateNavigator Property

Provides access to the SchedulerListEditor‘s Date Navigator.

Namespace: DevExpress.ExpressApp.Scheduler.Win

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

Declaration

public override object DateNavigator { get; }
public override IDateNavigatorControllerOwner DateNavigator { get; }

Property Value

Type Description
Object

An object that represents a Date Navigator.

Property Value

Type Description
DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner

An object that represents a Date Navigator.

Remarks

Generally, you do not need to use this property.

See Also