Back to Devexpress

TreeListColumnCollection.Remove(TreeListColumn) Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumncollection-dot-remove-x28-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-x29.md

latest1.9 KB
Original Source

TreeListColumnCollection.Remove(TreeListColumn) Method

Removes a column from the collection.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public virtual void Remove(
    TreeListColumn column
)
vb
Public Overridable Sub Remove(
    column As TreeListColumn
)

Parameters

NameTypeDescription
columnTreeListColumn

A TreeListColumn object representing the column to remove.

|

See Also

Add

Insert(Int32)

Columns

Columns

TreeListColumnCollection Class

TreeListColumnCollection Members

DevExpress.XtraTreeList.Columns Namespace