vcl-cxcustompivotgrid-d0aa75ca.md
An unbound pivot grid.
TcxPivotGridField = class(
TComponent,
IcxPivotGridSizableObject,
IcxPivotGridField,
IcxStoredObject,
IdxScaleFactor,
IcxEditRepositoryItemListener
)
A pivot field stores a data subset displayed in the pivot grid and user for data shaping purposes. A field can be displayed within one of four areas: column, row, header, filter, and data header areas. The fields located within these areas are called column fields, row fields, data fields and filter fields, respectively. A field’s area and its position within this area are specified by the Area and AreaIndex properties, correspondingly.
The TcxCustomPivotGrid.Fields property references a TcxPivotGridField object.
TObject TPersistent TComponent TcxPivotGridField
See Also