TcxPivotGridTotalsLocation Enum
Enumerates available locations of subtotal and grand total columns and rows within the data area.
#Declaration
TcxPivotGridTotalsLocation = (
tlFar,
tlNear,
tlCustom
);
#Members
Name |
---|
tl
|
tl
|
tl
|
#Remarks
To specify locations of subtotal and grand total columns and rows, use the pivot grid’s OptionsView.TotalsLocation property. This property accepts TcxPivotGridTotalsLocation
enumeration values.
The following table contains descriptions of the enumeration values:
Value | Meaning |
---|---|
tl | For subtotal and grand total columns, indicates that the columns are shown on the right side of the data area. For subtotal and grand total rows, indicates that the rows are shown on the bottom side of the data area. |
tl | For subtotal and grand total columns, indicates that the columns are shown on the left side of the data area. For subtotal and grand total rows, indicates that the rows are shown on the top side of the data area. |
tl | You cannot assign this value to the pivot grid’s Options |