Skip to main content

ASPxPivotGrid.GetRowIndex(Object[], PivotGridField) Method

Returns the index of the specified row.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

public int GetRowIndex(
    object[] values,
    PivotGridField field
)

#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