Back to Devexpress

TreeListColumnCollection.AssignTo(TreeListColumnCollection) Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumncollection-dot-assignto-x28-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumncollection-x29.md

latest2.0 KB
Original Source

TreeListColumnCollection.AssignTo(TreeListColumnCollection) Method

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public void AssignTo(
    TreeListColumnCollection columns
)
vb
Public Sub AssignTo(
    columns As TreeListColumnCollection
)

Parameters

NameTypeDescription
columnsTreeListColumnCollection

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

Columns

Columns

TreeListColumnCollection Class

TreeListColumnCollection Members

DevExpress.XtraTreeList.Columns Namespace