Skip to main content
Tab

CardViewStyles.FocusedCard Property

Gets the style settings used to paint the currently focused card.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewCardStyle FocusedCard { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle object that provides style settings used to paint the currently focused card.

Remarks

To specify style settings used to paint cards, use the CardViewStyles.Card property.

See Also