TcxGridCustomLayoutViewViewData.Records Property
In This Article
Provides indexed access to records that the Layout View owns.
#Declaration
Delphi
property Records[Index: Integer]: TcxGridCustomLayoutRecord read;
#Property Value
Type |
---|
Tcx |
#Remarks
Index specifies the record’s position in the collection.
To obtain the total number of records in the collection, use the RecordCount property.
See Also