Back to Devexpress

TcxPivotGridFieldArea Enum

vcl-cxcustompivotgrid-50d07c2c.md

latest1.1 KB
Original Source

TcxPivotGridFieldArea Enum

Enumerates the available locations of pivot grid fields.

Declaration

delphi
TcxPivotGridFieldArea = (
    faColumn,
    faRow,
    faFilter,
    faData
);

Members

Name
faColumn
faRow
faFilter
faData

Remarks

The following table contains descriptions of the enumeration values:

ValueDescription
faColumnFields are located in the column header area.
faRowFields are located in the row header area.
faFilterFields are located in the filter header area.
faDataFields are located in the data header area.

See Also

TcxPivotGridField.AllowedAreas

TcxPivotGridField.Area

TcxPivotGridFieldGroup.Area

cxCustomPivotGrid Unit