Back to Devexpress

PivotRowTotalsLocation Enum

corelibraries-devexpress-dot-xtrapivotgrid-1e2e2f2e.md

latest2.2 KB
Original Source

PivotRowTotalsLocation Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotRowTotalsLocation
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotRowTotalsLocation

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace