Back to Devexpress

TcxPivotGridOptionsDataField Class

vcl-cxcustompivotgrid-dfa1a103.md

latest1.5 KB
Original Source

TcxPivotGridOptionsDataField Class

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

Declaration

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

Implements

IInterface

IcxPivotGridSizableObject

IcxPivotGridField

Inheritance

TObject TPersistent TcxPivotGridCustomOptions TcxPivotGridOptionsDataField

See Also

TcxPivotGridOptionsDataField Members

cxCustomPivotGrid Unit