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

DateNavigator.HotDate Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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