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.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public DayIntervalCollection SelectedDays { get; }

Property Value

Type Description
DayIntervalCollection

A DayIntervalCollection object.

See Also