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

TreeListColumnCollection.RemoveAt(Int32) Method

Removes the element at the specified index of the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the element to remove.

See Also