Skip to main content

PivotCustomFieldValueCellsEventArgs.FindAllCells(Boolean, Predicate<Object[]>) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public IList<FieldValueCell> FindAllCells(
    bool isColumn,
    Predicate<object[]> match
)

Parameters

Name Type
isColumn Boolean
match Predicate<Object[]>

Returns

Type
IList<FieldValueCell>
See Also