SchedulerControl.ShowGotoDateForm() Method
Invokes the Go To Date dialog.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumeration value representing the return value of the dialog. |
Remarks
This dialog allows end-users to change the start date of the Scheduler control which is specified by the SchedulerControl.Start property. To change the scheduler’s start date manually use the SchedulerControl.GoToDate method. The common appearance of the standard Go To Date dialog is shown in the image below.
Note: Use the SchedulerControl.GotoDateFormShowing event to handle the showing of this dialog, and to invoke your own custom dialog instead of the standard one.