Back to Devexpress

CustomDrawDayNumberCellEventArgs.Highlighted Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-03c76635.md

latest1.5 KB
Original Source

CustomDrawDayNumberCellEventArgs.Highlighted Property

Gets whether the currently processed cell is under the mouse cursor.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Highlighted { get; }
vb
Public ReadOnly Property Highlighted As Boolean

Property Value

TypeDescription
Boolean

true if the processed day number cell is hovered over by the mouse cursor; otherwise, false.

|

See Also

Selected

DateTime

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace