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

PivotDashboardItem.ShowRowTotals Property

Gets or sets whether to display the Pivot row totals calculated for outer row data items.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

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

See Also