Skip to main content

ASPxScheduler.GoToToday() Method

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void GoToToday()

Remarks

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

See Also