CustomDrawDayNumberCellEventArgs.Highlighted Property
In This Article
Gets whether the currently processed cell is under the mouse cursor.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the processed day number cell is hovered over by the mouse cursor; otherwise, false. |
See Also