DataItem.ShowGrandTotals Property
Gets or sets whether to show grand totals for the current measure.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to show grand totals for the current measure; otherwise, false. |
Remarks
Note that the ShowGrandTotals property is in effect for the PivotDashboardItem only. To learn more about settings related to a pivot layout, see the following topics:
See Also