PivotSummaryDataSource.GetColumnIndex(PivotGridField) Method
Returns the index of the column that corresponds to the specified field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridField | A PivotGridField object that represents the pivot grid field used to identify the summary data source column. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the zero-based index of the summary data source column that corresponds to the specified field. |
Remarks
To obtain the pivot grid field by the corresponding column’s index, use the PivotSummaryDataSource.GetField method.
To obtain the index of a particular row, use the PivotSummaryDataSource.GetRowIndex method.
See Also