Skip to main content

DateNavigatorQueryActiveViewTypeEventArgs.SelectedDays Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public DayIntervalCollection SelectedDays { get; }

Property Value

Type Description
DayIntervalCollection

A DayIntervalCollection object.

See Also