Back to Devexpress

PivotGridControl.ShowRowGrandTotalHeader Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-67e01a05.md

latest2.0 KB
Original Source

PivotGridControl.ShowRowGrandTotalHeader Property

Gets or sets whether the Grand Total row 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 ShowRowGrandTotalHeader { get; set; }
vb
Public Property ShowRowGrandTotalHeader As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

This option is in effect when the following conditions met:

See Also

ShowRowGrandTotals

ShowColumnGrandTotalHeader

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace