TreeListColumnCollection.AssignTo(TreeListColumnCollection) Method
Copies the current collection’s elements to the collection specified.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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