Skip to main content
A newer version of this page is available. .

PivotTotalsLocation Enum

Lists values that specify the location of the column totals.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotTotalsLocation

Members

Name Description
Near

Column Totals are displayed to the left of the column field values.

PTotalsLoc_Near

Far

Column Totals are displayed to the right of the column field values.

PTotalsLoc_Far

Related API Members

The following properties accept/return PivotTotalsLocation values:

Remarks

The values listed by this enumeration are used to set the PivotGridOptionsViewBase.ColumnTotalsLocation property.

See Also