Back to Devexpress

TcxPivotGridField Class

vcl-cxcustompivotgrid-d0aa75ca.md

latest2.1 KB
Original Source

TcxPivotGridField Class

An unbound pivot grid.

Declaration

delphi
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.

Implements

IcxPivotGridSizableObject

IcxPivotGridField

IcxStoredObject

IdxScaleFactor

IcxEditRepositoryItemListener

Inheritance

TObject TPersistent TComponent TcxPivotGridField

See Also

TcxPivotGridOLAPField Class

TcxDBPivotGridField Class

TcxPivotGridField Members

cxCustomPivotGrid Unit