A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.SelectedInterval Property
Gets the time interval currently selected in the scheduler's active view by an end-user.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
public TimeInterval SelectedInterval { get; }
<Browsable(False)>
Public ReadOnly Property SelectedInterval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the selected time interval. |
See Also
Feedback