Back to Devexpress

ASPxGridViewBehaviorSettings.EnableRowHotTrack Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-409b00c2.md

latest2.3 KB
Original Source

ASPxGridViewBehaviorSettings.EnableRowHotTrack Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableRowHotTrack { get; set; }
vb
<DefaultValue(False)>
Public Property EnableRowHotTrack As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableRowHotTrack
ASPxGridView

.SettingsBehavior .EnableRowHotTrack

| | GridViewProperties |

.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.

View Example: Grid View for ASP.NET Web Forms - How to display a command or custom button in hot-tracked rows only

See Also

AllowFocusedRow

Grid View

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace