PivotGridOptionsViewBase.SetBothTotalsLocation(PivotTotalsLocation) Method
Simultaneously sets the values of the PivotGridOptionsViewBase.RowTotalsLocation and PivotGridOptionsViewBase.ColumnTotalsLocation properties.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | PivotTotalsLocation | A PivotTotalsLocation enumeration value which specifies the new value for both properties. |
See Also