Back to Devexpress

CardViewAppearances.SelectedCardCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardviewappearances-bb3eb296.md

latest2.4 KB
Original Source

CardViewAppearances.SelectedCardCaption Property

Gets the appearance settings used to paint the captions of selected cards.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object providing appearance settings for painting the captions of selected cards.

|

Remarks

The appearance settings specified by the SelectedCardCaption property can be overridden in the CardView.CustomDrawCardCaption event handler.

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

See Also

FocusedCardCaption

HideSelectionCardCaption

Appearance and Conditional Formatting

Elements that Can Be Custom Painted

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace