PivotGridCustomTotalCollection.Contains(FieldSummaryType) Method
Returns whether the collection contains an item that represents a custom total of the specified summary function type.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
summaryType | FieldSummaryType | A FieldSummaryType value that specifies the type of the summary function used to calculate the custom total. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains an item that represents the custom total of the specified summary function type; otherwise, false. |
See Also