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

CalendarControlBase.HotDate Property

Gets the hot-tracked date.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public DateTime? HotDate { get; }

Property Value

Type Description
Nullable<DateTime>

The date that is hovered over.

See Also