PivotCustomFieldValueCellsEventArgs.FindAllCells(Boolean, Predicate<Object[]>) Method
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public IList<FieldValueCell> FindAllCells(
bool isColumn,
Predicate<object[]> match
)
#Parameters
Name | Type |
---|---|
is |
Boolean |
match | Predicate<Object[]> |
#Returns
Type |
---|
IList<Field |
See Also