Skip to main content

CalendarControl.PerformTodayClick() Method

Imitates a click on the Today button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.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