Skip to main content
Tab

CardViewStyles.SelectedCard Property

Gets the style settings used to paint selected cards.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewCardStyle SelectedCard { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle object that contains style settings used to paint selected cards.

See Also