Back to Devexpress

FieldColumnTotalsLocation Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-b45b2565.md

latest1.6 KB
Original Source

FieldColumnTotalsLocation Enum

Lists values that specify the location of column totals.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldColumnTotalsLocation
vb
Public Enum FieldColumnTotalsLocation

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 FieldColumnTotalsLocation values:

Remarks

The values listed by this enumeration are used to set the PivotGridControl.ColumnTotalsLocation property’s value.

See Also

DevExpress.Xpf.PivotGrid Namespace