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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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