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

GridViewAppearances.HotTrackedRow Property

Gets the appearance settings used to paint the hot-tracked row.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public AppearanceObjectEx HotTrackedRow { get; }

Property Value

Type Description
AppearanceObjectEx

An object that specifies appearance settings used to paint the hot-tracked row.

Remarks

If the EnableAppearanceHotTrackedRow option is enabled, the hot-tracked row is painted according to the HotTrackedRow appearance settings.

You can only specify the background and foreground colors in the appearance settings.

See Also