FieldColumnTotalsLocation Enum
In This Article
Lists values that specify the location of column totals.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
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. |
#Passed To
You can pass FieldColumnTotalsLocation values to the PivotGridControl.ColumnTotalsLocation property.
#Remarks
The values listed by this enumeration are used to set the PivotGridControl.ColumnTotalsLocation property's value.
See Also