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

CalendarControlBase.TodayDate Property

Gets or sets the date that is regarded as Today’s date.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public DateTime TodayDate { get; set; }

Property Value

Type Description
DateTime

The date that is regarded as Today’s date.

See Also