Back to Devexpress

TcxPivotGridColumnTotalsLocation Enum

vcl-cxcustompivotgrid-d9bdc0fe.md

latest1.0 KB
Original Source

TcxPivotGridColumnTotalsLocation Enum

Enumerates available locations of subtotal and grand total columns within the data area.

Declaration

delphi
TcxPivotGridColumnTotalsLocation = (
    ctlFar,
    ctlNear
);

Members

Name
ctlFar
ctlNear

Remarks

Values include:

ValueMeaning
ctlFarSubtotal and grand total columns are shown on the right side of the data area.
ctlNearSubtotal and grand total columns are shown on the left side of the data area.

See Also

TcxPivotGridOptionsView.ColumnTotalsLocation

cxCustomPivotGrid Unit