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

PivotRowTotalsLocation Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.1.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotRowTotalsLocation enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also