Skip to main content
A newer version of this page is available. .

CardCaptionCustomDrawEventArgs.CardInfo Property

Gets an object that stores the information needed to paint a card.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public object CardInfo { get; }

Property Value

Type Description
Object

A DevExpress.XtraGrid.Views.Card.ViewInfo.CardInfo object that provides the information required to paint a card.

See Also