PivotGroupFilterValuesCollection.FindAll(Predicate<PivotGroupFilterValue>) Method
In This Article
Returns all group filter values that meet the specified condition.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
predicate | Predicate<Pivot |
A System. |
#Returns
Type | Description |
---|---|
List<Pivot |
A list of Pivot |
See Also