Skip to main content
A newer version of this page is available. .

PivotDashboardItem.ShowRowGrandTotals Property

Gets or sets whether to display the Pivot row grand totals calculated against all the rows.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public bool ShowRowGrandTotals { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the row grand totals are visible; otherwise, false.

Remarks

Use the PivotDashboardItem.ShowColumnGrandTotals property to control the visibility of the PivotDashboardItem’s column grand totals. To control the visibility of totals, use the PivotDashboardItem.ShowColumnTotals and PivotDashboardItem.ShowRowTotals properties.

See Also