PivotGridGroupCollection.Find(Predicate<PivotGridGroup>) Method
In This Article
Returns the group that meets the specified criteria.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridGroup Find(
Predicate<PivotGridGroup> predicate
)
#Parameters
Name | Type | Description |
---|---|---|
predicate | Predicate<Pivot |
A System. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also