DateNavigatorQueryActiveViewTypeEventArgs(SchedulerViewType, SchedulerViewType, DayIntervalCollection) Constructor
Initializes a new instance of the DateNavigatorQueryActiveViewTypeEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| oldViewType | SchedulerViewType | A SchedulerViewType enumerator member that specifies the previous view of the scheduler. This value is assigned to the DateNavigatorQueryActiveViewTypeEventArgs.OldViewType property. |
| newViewType | SchedulerViewType | A SchedulerViewType enumerator member that specifies the new view of the scheduler. This value is assigned to the DateNavigatorQueryActiveViewTypeEventArgs.NewViewType property. |
| selectedDays | DayIntervalCollection | A DayIntervalCollection object specifying the dates selected in the DateNavigator control. |