IModelListViewScheduler.SelectedIntervalEnd Property
Specifies the ending point of the time interval selected in the scheduler’s active view.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime object specifying the ending point of the time interval selected in the scheduler’s active view. |
Remarks
This property is considered for the List Views displayed by the SchedulerListEditor or ASPxSchedulerListEditor.
See Also