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

CardViewStyles.CardHotTrack Property

Gets the style settings used to paint a card when it is hot tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewCardStyle CardHotTrack { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle object that provides style settings used to paint the hot tracked card.

Remarks

Use the CardHotTrack property to specify style settings used to paint a card when the mouse pointer hovers over it. To enable this feature, set the ASPxCardViewBehaviorSettings.EnableCardHotTrack property to true.

To learn more, see Appearance Customization.

See Also