Back to Devexpress

PivotGridControl.ShowColumnGrandTotalHeader Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-2199ecbb.md

latest1.6 KB
Original Source

PivotGridControl.ShowColumnGrandTotalHeader Property

Gets or sets whether the Grand Total column header is visible when there are two or more data fields. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowColumnGrandTotalHeader { get; set; }
vb
Public Property ShowColumnGrandTotalHeader As Boolean

Property Value

TypeDescription
Boolean

true if the Grand Total column header is visible; otherwise, false.

|

Remarks

See Also

ShowColumnGrandTotals

ShowRowGrandTotalHeader

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace