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

DateNavigatorQueryActiveViewTypeEventArgs.SelectedDays Property

Gets the collection of dates selected in the DateNavigator bound to scheduler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public DayIntervalCollection SelectedDays { get; }

Property Value

Type Description
DayIntervalCollection

A DayIntervalCollection object.

See Also