Skip to main content

DataControlBase.HighlightRowOnHover Property

Gets or sets whether to highlight a row when a user hovers a mouse pointer over this row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "UpdateRowAppearance")]
public bool HighlightRowOnHover { get; set; }

Property Value

Type Description
Boolean

true to highlight a row when a user hovers a mouse pointer over this row; otherwise, false.

Remarks

Use the RowStyleSettings.HoverBackground property to specify a hover background.

See Also