A newer version of this page is available.
ASPxScheduler.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.v18.2.dll
Declaration
public TimeInterval SelectedInterval { get; }
Public ReadOnly Property SelectedInterval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the selected time interval. |
Remarks
The SelectedInterval property does not allow changing the selected interval. To specify the selected time interval, use the SchedulerViewBase.SetSelection method.
The object accessed by this property equals an object, accessible via the SchedulerViewBase.SelectedInterval property.
See Also
Feedback