PivotRowTotalsLocation Enum
Lists values that specify the location of the row and grand totals.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.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.
|
Far
|
Row Totals are displayed under the row field values.
|
Tree
|
Row Totals are displayed in a compact tree-like layout view.
|
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


