Back to Devexpress

TcxPivotGridRowTotalsLocation Enum

vcl-cxcustompivotgrid-a76aa6b3.md

latest1.2 KB
Original Source

TcxPivotGridRowTotalsLocation Enum

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

Declaration

delphi
TcxPivotGridRowTotalsLocation = (
    rtlFar,
    rtlNear,
    rtlTree
);

Members

Name
rtlFar
rtlNear
rtlTree

Remarks

Values include:

ValueMeaning
rtlFarSubtotal and grand total rows are shown on the bottom side of the data area.
rtlNearSubtotal and grand total rows are shown on the top side of the data area.
rtlTreeSubtotal and grand total rows are shown on the bottom side of the data area. All rows are shown across one column in a tree-like manner.

See Also

TcxPivotGridOptionsView.RowTotalsLocation

cxCustomPivotGrid Unit