Skip to main content

SchedulerControl.GoToToday() Method

Sets the start date of the scheduler control to the current date on the local machine.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void GoToToday()

Remarks

The GoToToday method sets the start date of the scheduler control to the current date using the SchedulerControl.GoToDate method.

See Also