Skip to main content

TcxPivotGridField Class

An unbound pivot grid.

Declaration

TcxPivotGridField = class(
    TComponent,
    IcxPivotGridSizableObject,
    IcxPivotGridField,
    IcxStoredObject,
    IdxScaleFactor,
    IcxEditRepositoryItemListener
)

Remarks

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.

Direct TcxPivotGridField Class Reference

The TcxCustomPivotGrid.Fields property references a TcxPivotGridField object.

Inheritance

See Also