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

VerticalGridStyles.RowHotTrack Property

Gets the style settings used to paint a data record (a record in the vertical grid) when it is hot tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridStyle RowHotTrack { get; }

Property Value

Type Description
VerticalGridStyle

A VerticalGridStyle 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 ASPxVerticalGridBehaviorSettings.EnableRowHotTrack property to true.

To learn more, see Appearance Customization.

See Also