Skip to main content

PivotGridControl.ShowColumnGrandTotals Property

Gets or sets whether Row Grand Totals are displayed.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
public bool ShowColumnGrandTotals { get; set; }

#Property Value

Type Description
Boolean

true to display Column Grand Totals; otherwise, false.

See Also