Skip to main content

SchedulerControl.ShowGotoDateForm(DateTime) Method

Invokes the Go To Date dialog with the specified date.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public virtual void ShowGotoDateForm(
    DateTime date
)

#Parameters

Name Type Description
date DateTime

A DateTime object that is the date to be shown in the dialog.

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

DXScheduler_GoToDateDialog

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.

#Implements

DevExpress.XtraScheduler.Native.IInnerSchedulerControlOwner.ShowGotoDateForm(DateTime)
See Also