Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

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

Parameters

Name Type
isColumn Boolean
match Predicate<Object[]>

Returns

Type
IList<FieldValueCell>
See Also