Skip to main content
.NET 6.0+

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.v23.2.dll

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

This property is considered for the List Views displayed by the DevExpress.ExpressApp.Scheduler.Blazor.Editors.SchedulerListEditor, SchedulerListEditor, and ASPxSchedulerListEditor.

See Also