Back to Devexpress

CardViewAppearances.FocusedCardCaption Property

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

latest2.4 KB
Original Source

CardViewAppearances.FocusedCardCaption Property

Gets the appearance settings used to paint the caption of the focused card.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object providing appearance settings for painting the focused card’s caption.

|

Remarks

The BackColor and BackColor2 properties provided by the FocusedCardCaption object are not supported in skinning paint schemes.

The Image property provided by the FocusedCardCaption object is not supported in the Office2003, Native(WindowsXP), MixedXP and skinning paint schemes.

To display small icons within card captions, handle the CardView.CustomCardCaptionImage event.

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

See Also

CardCaption

Appearance and Conditional Formatting

CardViewAppearances Class

CardViewAppearances Members

DevExpress.XtraGrid.Views.Card Namespace