Back to Devexpress

PivotGridField.ShowCustomTotals Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-80991df5.md

latest1.2 KB
Original Source

PivotGridField.ShowCustomTotals Property

Gets or sets whether Custom Totals that correspond to the current Column Field or Row 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 ShowCustomTotals { get; set; }
vb
Public Property ShowCustomTotals As Boolean

Property Value

TypeDescription
Boolean

true to show the Custom Totals that correspond to the current Column Field or Row Field; otherwise, false.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace