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

TcxGridCustomLayoutViewViewData.Records Property

Provides indexed access to records that the Layout View owns.

Declaration

property Records[Index: Integer]: TcxGridCustomLayoutRecord read;

Property Value

Type
TcxGridCustomLayoutRecord

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