Skip to main content

TcxPivotGridField Class

Implements a pivot grid field used in provider and unbound modes.

Declaration

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

Remarks

A field represents a subset of the data displayed in the pivot grid and its values are used for calculation, layout and filtering purposes. A field can be displayed within one of four areas: the column header area, row header area, filter header area, or data header area. 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.

Each field represents an instance of the TcxPivotGridField class.

The data-aware version of a field is represented by the TcxPivotGridOLAPField (for use in an OLAP mode) or TcxDBPivotGridField class (for use in a bound mode).

The TcxPivotGridField object is referenced by the pivot grid’s Fields property.

Inheritance

See Also