Skip to main content
.NET 6.0+

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

Declaration

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

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