PivotCustomFieldValueCellsEventArgs.FindCell(Boolean, Predicate<Object[]>) Method
In This Article
Returns header of the column/row whose summary values match the specified condition.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true to locate a column; false to locate a row. |
match | Predicate<Object[]> | A System. |
#Returns
Type | Description |
---|---|
Field |
A Field |
#Remarks
Field value cells can also be obtained by their indexes using the PivotCustomFieldValueCellsEventArgs.GetCell method.
See Also