TcxCustomGridTableViewData.Records Property
Specifies a collection of records presented in a ViewData.
Declaration
property Records[Index: Integer]: TcxCustomGridRecord read;
Property Value
Type |
---|
TcxCustomGridRecord |
Remarks
The Records property supports a collection of records presented by the ViewData object. The number of records is determined by the RecordCount property.
See Also