PivotGridCustomTotalCollection.Add(FieldSummaryType) Method
In This Article
Appends a new item to the collection that represents a custom total of the specified summary function type.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridCustomTotal Add(
FieldSummaryType summaryType
)
#Parameters
Name | Type | Description |
---|---|---|
summary |
Field |
A Field |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also