Back to Devexpress

SchedulerViewBase.SelectedInterval Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-28141034.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public TimeInterval SelectedInterval { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedInterval As TimeInterval

Property Value

TypeDescription
TimeInterval

A TimeInterval object representing the selected time interval.

|

See Also

SelectedResource

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace