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

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.v22.1.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