Back to Devexpress

PivotGridField.ShowGrandTotal Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-610f8e2a.md

latest1.1 KB
Original Source

PivotGridField.ShowGrandTotal Property

Gets or sets whether grand totals that correspond to the current data field are visible. 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 ShowGrandTotal { get; set; }
vb
Public Property ShowGrandTotal As Boolean

Property Value

TypeDescription
Boolean

true to show grand totals that correspond to the current data field; otherwise, false.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace