Back to Devexpress

CardViewAppearances.HideSelectionCardCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardviewappearances-9b51659f.md

latest2.3 KB
Original Source

CardViewAppearances.HideSelectionCardCaption Property

Gets the appearance settings used to paint the captions of selected cards when the grid control is not focused.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object providing appearance settings for painting the captions of selected cards when the grid control is not focused.

|

Remarks

The appearance settings specified by the HideSelectionCardCaption 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

SelectedCardCaption

Appearance and Conditional Formatting

Elements that Can Be Custom Painted

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace