Skip to main content

TreeListColumnCollection.Add(TreeListColumn) Method

Adds the specified column to the end of the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public int Add(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

An object that specifies the column to be added.

Returns

Type Description
Int32

A value that specifies the position into which the column was inserted.

Remarks

If the collection already contains the specified column, the Add method returns this column position within the collection.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Add(TreeListColumn) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also