Skip to main content
A newer version of this page is available. .

TreeListColumnCollection.IndexOf(TreeListColumn) Method

Returns the specified column’s position within the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public int IndexOf(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object to locate in the collection.

Returns

Type Description
Int32

A zero-based integer representing the column’s position within the collection. -1 if the column doesn’t belong to the collection.

See Also