ASPxSchedulerListEditor.DateNavigator Property
Provides access to the ASPxSchedulerListEditor‘s Date Navigator.
Namespace: DevExpress.ExpressApp.Scheduler.Web
Assembly: DevExpress.ExpressApp.Scheduler.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Web
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner | A DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner object that represents a Date Navigator. |
Remarks
Generally, you do not need to use this property.
See Also