Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

Value Meaning
rtlFar Subtotal and grand total rows are shown on the bottom side of the data area.
rtlNear Subtotal and grand total rows are shown on the top side of the data area.
rtlTree Subtotal 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