Back to Devexpress

DateNavigator.HotDate Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-9e348b54.md

latest1.2 KB
Original Source

DateNavigator.HotDate Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public DateTime? HotDate { get; set; }
vb
<Browsable(False)>
Public Property HotDate As Date?

Property Value

TypeDescription
Nullable<DateTime>

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

|

See Also

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace