TreeListColumnCollection.IndexOf(TreeListColumn) Method
Returns the specified column’s position within the collection.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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