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.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public TimeInterval SelectedInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the selected time interval.

Remarks

The SelectedInterval property cannot be used to set a selection.

Use the SchedulerViewBase.SetSelection method to specify the selected time interval.

See Also