SchedulerViewBase.SelectedInterval Property
Gets the time interval currently selected in the scheduler control's active view by an end-user.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
[Browsable(false)]
public TimeInterval SelectedInterval { get; }
<Browsable(False)>
Public ReadOnly Property SelectedInterval As TimeInterval
Property Value
| Type | Description |
|---|---|
| TimeInterval | A DevExpress.XtraScheduler.TimeInterval object that specifies the selected time interval. |
See Also