ASPxPivotGrid.GetRowIndex(Object[], PivotGridField) Method
Returns the index of the specified row.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
values | Object[] | An array of row field values that identify the column. |
field | PivotGridField | A PivotGridField object. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the row index. -1 if the specified row has not been not found. |
See Also