Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewViewData.Cards Property

Defines a collection of cards provided by the ViewData object.

#Declaration

Delphi
property Cards[Index: Integer]: TcxGridCard read;

#Property Value

Type
TcxGridCard

#Remarks

The Cards property supports a collections of cards retrieved from the data controller. The number of cards is determined by the CardCount property. Each card represents an object of the TcxGridCard class enabling you to retrieve values and texts stored by every card.

See Also