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

TreeListColumnCollection.AssignTo(TreeListColumnCollection) Method

Copies the current collection’s elements to the collection specified.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void AssignTo(
    TreeListColumnCollection columns
)

Parameters

Name Type Description
columns TreeListColumnCollection

A TreeListColumnCollection object representing the column collection into which columns are copied.

Remarks

The AssignTo method clears the collection specified by the parameter and copies the current collection’s columns to it, along with the column’s public settings.

See Also