TcxGridDBCardView.Rows Property
Provides indexed access to all rows in the data-aware Card grid View.
Declaration
property Rows[Index: Integer]: TcxGridDBCardViewRow read; write;
Property Value
Type | Description |
---|---|
TcxGridDBCardViewRow | A data-aware Card View row. |
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