Skip to main content

CalendarControlBase.HotDate Property

Gets the hot-tracked date.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.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