Back to Devexpress

CardViewStyles.CardHotTrack Property

aspnet-devexpress-dot-web-dot-cardviewstyles-3cde7724.md

latest1.8 KB
Original Source

CardViewStyles.CardHotTrack Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCardStyle CardHotTrack { get; }
vb
Public ReadOnly Property CardHotTrack As CardViewCardStyle

Property Value

TypeDescription
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

FocusedCard

SelectedCard

EnableCardHotTrack

Card View

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace