DataControlBase.HighlightRowOnHover Property
In This Article
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
#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