SchedulerControl.ShowGotoDateForm(DateTime) Method
In This Article
Invokes the Go To Date dialog with the specified date.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Remarks
The Go To Date dialog allows end-users to change the date on which the SchedulerControl will show its data according to its SchedulerControl.ActiveView. The common appearance of the standard Go To Date form is shown below.
Use the SchedulerControl.GotoDateFormShowing event to handle the display of this form, for example, to invoke your own custom form instead of the standard one.
See Also