PivotGridCustomTotalCollection.Contains(FieldSummaryType) Method
In This Article
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.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
summary |
Field |
A Field |
#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