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

TcxGridCardViewViewData.Cards Property

Defines a collection of cards provided by the ViewData object.

Declaration

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