GridViewStyles.RowHotTrack Property
In This Article
Gets the style settings used to paint a data row when it is hot tracked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDataRowStyle RowHotTrack { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the RowHotTrack
property to specify style settings used to paint a data row when the mouse pointer hovers over it. To enable this feature, set the ASPxGridViewBehaviorSettings.EnableRowHotTrack property to true
.
To learn more, see Appearance Customization.
See Also