Gets or sets whether the Grand Total column header is visible when there are two or more data fields.
Namespace:DevExpress.XtraPivotGrid
Assembly:DevExpress.PivotGrid.v19.2.Core.dll

Syntax
C# |
public bool ShowColumnGrandTotalHeader { get; set; }
|
VB |
Public Property ShowColumnGrandTotalHeader As Boolean
|
Property value
Type: Boolean
true if the Grand Total column header is visible; otherwise, false.
The default is true.

Remarks

See Also