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.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
DateTime SelectedIntervalEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime | A |
Remarks
XAF uses this property for the List Views that DevExpress.ExpressApp.Scheduler.Blazor.Editors.SchedulerListEditor and SchedulerListEditor display.
See Also