GotoDateFormEventArgs Class
Provides data for the SchedulerControl.GotoDateFormShowing event.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
The SchedulerControl.GotoDateFormShowing event occurs before the Go To Date form is invoked. The GotoDateFormEventArgs class introduces the GotoDateFormEventArgs.Date property that specifies the date which will be initially shown in the dialog, the GotoDateFormEventArgs.SchedulerViewType property that specifies the view that will be selected in the dialog and the GotoDateFormEventArgs.Views property that specifies views accessed to be selected in the Go To Date dialog.
Note that GotoDateFormEventArgs objects are automatically created, initialized and passed to SchedulerControl.GotoDateFormShowing event handlers.