Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public TimeInterval SelectedInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the selected time interval.

See Also