Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
DateTime SelectedIntervalStart { get; set; }

Property Value

Type Description
DateTime

A DateTime object specifying 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 SchedulerListEditor or ASPxSchedulerListEditor.

See Also