Back to Devexpress

CalendarControlBase.TodayDate Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-26255120.md

latest1.4 KB
Original Source

CalendarControlBase.TodayDate Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public DateTime TodayDate { get; set; }
vb
<DXCategory("Behavior")>
Public Property TodayDate As Date

Property Value

TypeDescription
DateTime

The date that is regarded as Today’s date.

|

See Also

HighlightTodayCell

ShowTodayButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace