Skip to main content
A newer version of this page is available. .

CalendarControl.PerformTodayClick() Method

Imitates a click on the Today button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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