SchedulerViewBase.SelectedInterval Property
Gets the time interval currently selected in the scheduler’s active View by an end-user.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the selected time interval. |
Remarks
The SelectedInterval property cannot be used to set a selection.
Use the SchedulerViewBase.SetSelection method to specify the selected time interval.
See Also