Skip to main content

GridColumnSortInfoCollection.IndexOf(GridColumnSortInfo) Method

Returns the index of the specified item in the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public int IndexOf(
    GridColumnSortInfo columnInfo
)

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