Skip to main content

PivotGridControl.ColumnTotalsLocation Property

Gets or sets the location of column totals.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public FieldColumnTotalsLocation ColumnTotalsLocation { get; set; }

#Property Value

Type Description
FieldColumnTotalsLocation

A FieldColumnTotalsLocation enumeration value that specifies the location of column totals.

See Also