corelibraries-devexpress-dot-xtrapivotgrid-1e2e2f2e.md
Lists values that specify the location of the row and grand totals.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotRowTotalsLocation
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotRowTotalsLocation
| Name | Description |
|---|---|
Near |
Row Totals and Grand Totals are displayed above the row field values.
|
| Far |
Row Totals are displayed under the row field values.
|
| Tree |
Row Totals are displayed in a compact tree-like layout view.
|
The following properties accept/return PivotRowTotalsLocation values:
The values listed by this enumeration are used to set the PivotGridOptionsViewBase.RowTotalsLocation property.
See Also