Skip to main content

CalendarControl.PerformTodayClick() Method

Imitates a click on the Today button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void PerformTodayClick()

Remarks

A click on the Today button selects Today’s date. A custom Today date can be specified with the CalendarControlBase.TodayDate property.

See Also