TreeListColumnCollection.RemoveAt(Int32) Method
Removes the element at the specified index of 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 |
---|---|---|
index | Int32 | The zero-based index of the element to remove. |
See Also