Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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