Skip to main content

TcxDBPivotGridField Class

The TcxDBPivotGridField class implements a field used in bound mode.

Declaration

TcxDBPivotGridField = class(
    TcxPivotGridField
)

Remarks

The TcxDBPivotGridField is a view representative of the persistent field that is defined in the relational data store.

To bridge the view and persistent fields, the DataBinding property is used.

For other data modes, use the following field types:

The TcxDBPivotGridField object is referenced by the TcxDBPivotGrid.Fields property.

Inheritance

See Also