PivotDashboardItem.ShowColumnTotals Property
Gets or sets whether to display the Pivot column totals calculated for outer column 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 column totals are visible; otherwise, false. |
Remarks
Use the PivotDashboardItem.ShowRowTotals property to control the visibility of PivotDashboardItem’s row totals. To control the visibility of grand totals, use the PivotDashboardItem.ShowColumnGrandTotals and PivotDashboardItem.ShowRowGrandTotals properties.
See Also