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