TcxPivotGridColumnTotalsLocation Enum
In This Article
Enumerates available locations of subtotal and grand total columns within the data area.
#Declaration
Delphi
TcxPivotGridColumnTotalsLocation = (
ctlFar,
ctlNear
);
#Members
Name |
---|
ctl
|
ctl
|
#Remarks
Values include:
Value | Meaning |
---|---|
ctl |
Subtotal and grand total columns are shown on the right side of the data area. |
ctl |
Subtotal and grand total columns are shown on the left side of the data area. |
See Also