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

ASPxCardViewBehaviorSettings.EnableCardHotTrack Property

Gets or sets whether the ASPxCardView displays the hot tracked card.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableCardHotTrack
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsBehavior .EnableCardHotTrack
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsBehavior .EnableCardHotTrack
ASP.NET MVC Extensions CardViewSettings
.SettingsBehavior .EnableCardHotTrack
CardViewSettings<CardType>
.SettingsBehavior .EnableCardHotTrack
MVCxCardView
.SettingsBehavior .EnableCardHotTrack

Remarks

If the EnableCardHotTrack property is set to true, the grid displays the hot tracked card (a card located under the mouse pointer). The style settings used to paint the hot tracked card can be accessed and customized using the CardViewStyles.CardHotTrack property.

See Also