GridColumnSortInfoCollection.IndexOf(GridColumnSortInfo) Method
Returns the index of the specified item in the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnInfo | GridColumnSortInfo | The GridColumnSortInfo object required. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value representing the specified GridColumnSortInfo object’s zero-based index. -1 if the collection doesn’t contain the specified object. |
See Also