DateNavigator.HotDate Property
Obtains the date displayed in a cell that the mouse hovers over.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Nullable<DateTime> | The DateTime date of the cell that is hovered over or null. |
See Also