Skip to main content

CustomDrawDayNumberCellEventArgs.Highlighted Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Highlighted { get; }

Property Value

Type Description
Boolean

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

See Also