Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs-dot-findallcells-x28-system-dot-boolean-system-dot-predicate-system-dot-object-x29.md

latest1.7 KB
Original Source

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public IList<FieldValueCell> FindAllCells(
    bool isColumn,
    Predicate<object[]> match
)
vb
Public Function FindAllCells(
    isColumn As Boolean,
    match As Predicate(Of Object())
) As IList(Of FieldValueCell)

Parameters

NameType
isColumnBoolean
matchPredicate<Object[]>

Returns

Type
IList<FieldValueCell>

See Also

PivotCustomFieldValueCellsEventArgs Class

PivotCustomFieldValueCellsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace