Skip to main content

PivotGridControl.ShowRowGrandTotals Property

Gets or sets whether Row Grand Totals are displayed.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

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

#Property Value

Type Description
Boolean

true to display Row Grand Totals; otherwise, false.

See Also