Back to Devexpress

CardViewAppearances.Card Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardviewappearances-0c8b3608.md

latest2.1 KB
Original Source

CardViewAppearances.Card Property

Gets the appearance settings for all the cards within a View.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject Card { get; }
vb
Public ReadOnly Property Card As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object representing the card’s appearance settings.

|

Remarks

Refer to the Appearance and Conditional Formatting document for more information on appearances.

See Also

FieldCaption

FieldValue

Appearance and Conditional Formatting

Elements that Can Be Custom Painted

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace