Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowGotoDateForm() Method

Invokes the Go To Date dialog.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public DialogResult ShowGotoDateForm()

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.

GoToDate Dialog

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.

See Also