SchedulerViewBase.SelectedInterval Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeInterval SelectedInterval { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The SelectedInterval property cannot be used to set a selection.
Use the SchedulerViewBase.SetSelection method to specify the selected time interval.
See Also