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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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