Skip to main content

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; }

#Property Value

Type Description
TimeInterval

A DevExpress.XtraScheduler.TimeInterval object that specifies the selected time interval.

See Also