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.v20.2.Core.dll
Declaration
[DefaultValue(true)]
public bool ShowColumnTotals { get; set; }
<DefaultValue(True)>
Public Property ShowColumnTotals As Boolean
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
Feedback