PivotDashboardItem.ShowColumnGrandTotals Property
Gets or sets whether to display Pivot column grand totals calculated against all the columns.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(true)]
public bool ShowColumnGrandTotals { get; set; }
<DefaultValue(True)>
Public Property ShowColumnGrandTotals As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the column grand totals are visible; otherwise, false. |
Remarks
Use the PivotDashboardItem.ShowRowGrandTotals property to control the visibility of the PivotDashboardItem's row grand totals. To control the visibility of totals, use the PivotDashboardItem.ShowColumnTotals and PivotDashboardItem.ShowRowTotals properties.
See Also
Feedback