SchedulerControl.DateNavigatorQueryActiveViewType Event
In This Article
Enables you to specify the active view type of the Scheduler when an end-user selects dates in the bound DateNavigator.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The DateNavigatorQueryActiveViewType event's handler receives an argument of the DateNavigatorQueryActiveViewTypeEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
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 Date |
Old |
Gets the type of the view used by the scheduler to show its data before the date range selected in the bound Date |
Selected |
Gets the collection of dates selected in the Date |
See Also