Skip to main content
A newer version of this page is available. .

CustomDrawDayNumberCellEventArgs.Highlighted Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

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