Back to Devexpress

SchedulerControl.GoToToday() Method

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

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void GoToToday()
vb
Public Overridable Sub GoToToday

Remarks

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

See Also

Start

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace