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.v24.2.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