Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool Contains(
    FieldSummaryType summaryType
)

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