Skip to main content

CalendarControlBase.TodayDate Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DateTime

The date that is regarded as Today’s date.

See Also