Back to Devexpress

CardViewStyles.Card Property

aspnet-devexpress-dot-web-dot-cardviewstyles-a3ce1803.md

latest1.7 KB
Original Source

CardViewStyles.Card Property

Gets the style settings used to paint a card.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CardViewCardStyle

A CardViewCardStyle object that provides style settings used to paint cards.

|

Remarks

To specify style settings used to paint selected cards and the currently focused card, use the CardViewStyles.SelectedCard and CardViewStyles.FocusedCard properties, respectively.

See Also

FocusedCard

SelectedCard

Card View

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace