Skip to main content

TreeListColumnCollection.AssignTo(TreeListColumnCollection) Method

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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