PivotDrillDownDataSource.GetRowIndex(Object) Method
Returns the index of the specified row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | A data source row to locate. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value that represents the zero-based index of the specified row; -1 if the specified row has not been found. |
See Also