Back to Devexpress

PivotGridControl.GetRowIndex(PivotGridField, Object[]) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-getrowindex-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-system-dot-object-x29.md

latest1.7 KB
Original Source

PivotGridControl.GetRowIndex(PivotGridField, Object[]) Method

Returns the index of the specified row.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int GetRowIndex(
    PivotGridField field,
    params object[] values
)
vb
Public Function GetRowIndex(
    field As PivotGridField,
    ParamArray values As Object()
) As Integer

Parameters

NameTypeDescription
fieldPivotGridField

A PivotGridField object.

| | values | Object[] |

An array of row field values that identify the column.

|

Returns

TypeDescription
Int32

An integer value that specifies the row index. -1 if the specified row has not been not found.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace