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

GridOptionsSelection.EnableAppearanceHotTrackedRow Property

Gets or sets whether grid rows are hot-tracked. Default is equivalent to False.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean EnableAppearanceHotTrackedRow { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

True, to hot-track rows; otherwise, Default or False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAppearanceHotTrackedRow
AdvBandedGridView
.OptionsSelection .EnableAppearanceHotTrackedRow
GridView
.OptionsSelection .EnableAppearanceHotTrackedRow

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