Skip to main content

PivotRowTotalsLocation Enum

Lists values that specify the location of the row and grand totals.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

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

Members

Name Description
Near

Row Totals and Grand Totals are displayed above the row field values.

PivotRowTotalsLocation.Near

Far

Row Totals are displayed under the row field values.

PivotRowTotalsLocation.Far

Tree

Row Totals are displayed in a compact tree-like layout view.

PivotRowTotalsLocation.Tree

Related API Members

The following properties accept/return PivotRowTotalsLocation values:

Remarks

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

See Also