PivotGridControl.ShowRowGrandTotals Property
In This Article
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