Skip to main content

SchedulerListEditorBase.DateNavigator Property

Provides access to the SchedulerListEditorBase‘s Date Navigator.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public abstract 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