CardViewStyles.CardHotTrack Property
In This Article
Gets the style settings used to paint a card when it is hot tracked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCardStyle CardHotTrack { get; }
#Property Value
Type | Description |
---|---|
Card |
A 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