Skip to main content

IModelListViewScheduler.SelectedIntervalStart Property

Specifies the starting 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 SelectedIntervalStart { get; set; }

Property Value

Type Description
DateTime

A DateTime object that specifies the starting point of the time interval selected in the scheduler’s active view.

Remarks

XAF uses this property for the List Views that DevExpress.ExpressApp.Scheduler.Blazor.Editors.SchedulerListEditor and SchedulerListEditor display.

See Also