DateNavigatorQueryActiveViewTypeEventArgs Properties
Provides data for the SchedulerControl.DateNavigatorQueryActiveViewType and SchedulerControl.DateNavigatorQueryActiveViewType events.| Name | Description |
|---|---|
| NewViewType | Gets or sets the type of the view to be used by the scheduler to show its data after the date range selected in the bound DateNavigator has been changed. |
| OldViewType | Gets the type of the view used by the scheduler to show its data before the date range selected in the bound DateNavigator is changed. |
| SelectedDays | Gets the collection of dates selected in the DateNavigator bound to scheduler. |
See Also