Skip to main content
Tab

GridViewStyles.RowHotTrack Property

Gets the style settings used to paint a data row when it is hot tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataRowStyle RowHotTrack { get; }

Property Value

Type Description
GridViewDataRowStyle

A GridViewDataRowStyle object that provides style settings used to paint the hot tracked data row.

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.

View Example: Grid View for ASP.NET Web Forms - How to display a command or custom button in hot-tracked rows only

See Also