Skip to main content

PivotGridOptionsViewBase.SetBothTotalsLocation(PivotTotalsLocation) Method

In This Article

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

public void SetBothTotalsLocation(
    PivotTotalsLocation value
)

#Parameters

Name Type Description
value PivotTotalsLocation

A PivotTotalsLocation enumeration value which specifies the new value for both properties.

See Also