BootstrapGridViewBehaviorSettingsBuilder.EnableRowHotTrack(Boolean) Method
In This Article
Sets whether the GridView displays the hot tracked row.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder EnableRowHotTrack(
bool enableRowHotTrack
)
#Parameters
Name | Type |
---|---|
enable |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also