Skip to main content

TcxPivotGridOptionsDataField Class

Contains options that control the data field anchor in the pivot grid.

Declaration

TcxPivotGridOptionsDataField = class(
    TcxPivotGridCustomOptions,
    IInterface,
    IcxPivotGridSizableObject,
    IcxPivotGridField
)

Remarks

With the TcxPivotGridOptionsDataField‘s properties, you can specify the drop location of the data field anchor, its position in the sequence of fields located in the drop area, its width and whether an end-user can drag it.

The TcxPivotGridOptionsDataField object is referenced by the TcxCustomPivotGrid.OptionsDataField property.

Inheritance

See Also