Skip to main content

TcxPivotGridField.RecordCount Property

Returns the total number of records that provide data for the field.

Declaration

property RecordCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to determine the total number of records in the underlying data source that provide data for the current field. This number is the same for all the fields in the pivot grid and is equal to the value of the pivot grid’s DataController.RecordCount property.

See Also