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

ASPxGridViewBehaviorSettings.EnableRowHotTrack Property

Gets or sets whether the ASPxGridView displays the hot tracked row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableRowHotTrack { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the hot tracked row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableRowHotTrack
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .EnableRowHotTrack
GridViewProperties
.SettingsBehavior .EnableRowHotTrack
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .EnableRowHotTrack
ASP.NET MVC Extensions GridViewSettings
.SettingsBehavior .EnableRowHotTrack
GridViewSettings<RowType>
.SettingsBehavior .EnableRowHotTrack
MVCxGridView
.SettingsBehavior .EnableRowHotTrack
MVCxGridViewProperties
.SettingsBehavior .EnableRowHotTrack

Remarks

If the EnableRowHotTrack property is set to true, the grid displays the hot tracked row (a row located under the mouse pointer). The style settings used to paint the hot tracked row can be accessed and customized using the GridViewStyles.RowHotTrack property.

See Also