Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection.Find(Predicate<PivotGridGroup>) Method

Returns the group that meets the specified criteria.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public PivotGridGroup Find(
    Predicate<PivotGridGroup> predicate
)

Parameters

Name Type Description
predicate Predicate<PivotGridGroup>

A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required group.

Returns

Type Description
PivotGridGroup

A PivotGridGroup object that represents the group that meets the specified criteria; null if the group has not been found.

See Also