Back to Devexpress

CardViewStyles.FocusedCard Property

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

latest1.4 KB
Original Source

CardViewStyles.FocusedCard Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

Card

SelectedCard

Card View

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace