Skip to main content

CardCaptionCustomDrawEventArgs.CardInfo Property

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

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

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