Skip to main content

SchedulerControl.DateNavigatorQueryActiveViewType Event

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

public event DateNavigatorQueryActiveViewTypeHandler DateNavigatorQueryActiveViewType
Public Event DateNavigatorQueryActiveViewType As DateNavigatorQueryActiveViewTypeHandler

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
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