Skip to main content

TcxGridDBCardView.Rows Property

Provides indexed access to the collection of Card View rows contained within the current View.

Declaration

property Rows[Index: Integer]: TcxGridDBCardViewRow read; write;

Property Value

Type
TcxGridDBCardViewRow

Remarks

Use the Rows property to access the collection of current Card View rows. Each Card View row is an instance of the TcxGridDBCardViewRow class. This class is a descendant of the TcxGridCardViewRow class and it enhances the Item.DataBinding property so as to work with TDataSet and its descendants. Row class also provides properties defining row behavior and appearance.

See Also