Skip to main content
Tab

ASPxVerticalGridBehaviorSettings.EnableRowHotTrack Property

Gets or sets whether the ASPxVerticalGrid displays the hot tracked data row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 data row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableRowHotTrack
ASP.NET MVC Extensions VerticalGridSettings
.SettingsBehavior .EnableRowHotTrack
ASP.NET Web Forms Controls ASPxVerticalGrid
.SettingsBehavior .EnableRowHotTrack

Remarks

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

See Also