Back to Devexpress

PivotTotalsLocation Enum

corelibraries-devexpress-dot-xtrapivotgrid-d46d8516.md

latest1.8 KB
Original Source

PivotTotalsLocation Enum

Lists values that specify the location of the column 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 PivotTotalsLocation
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotTotalsLocation

Members

NameDescription
Near

Column Totals are displayed to the left of the column field values.

| | Far |

Column Totals are displayed to the right of the column field values.

|

The following properties accept/return PivotTotalsLocation values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace