Back to Devexpress

SchedulerControl.ShowGotoDateForm() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-b6f13435.md

latest2.2 KB
Original Source

SchedulerControl.ShowGotoDateForm() Method

Invokes the Go To Date dialog.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public DialogResult ShowGotoDateForm()
vb
Public Function ShowGotoDateForm As DialogResult

Returns

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

See Also

GoToDate

GotoDateFormShowing

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace