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

CardViewStyles.Card Property

Gets the style settings used to paint a card.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewCardStyle Card { get; }

Property Value

Type Description
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