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.v23.2.dll

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

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