GridColumnSortInfoCollection.IndexOf(GridColumnSortInfo) Method
Returns the index of the specified item in the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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