Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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