Skip to main content

DateNavigator.HotDate Property

Obtains the date displayed in a cell that the mouse hovers over.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
Nullable<DateTime>

The DateTime date of the cell that is hovered over or null.

See Also