TreeListNodes.CopyTo(Array, Int32) Method
Copies the entire nodes collection to a one dimensional array starting at the specified index of the target array.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
array | Array | A one-dimensional array that is the destination of nodes copied from the collection. |
index | Int32 | An integer value specifying the zero-based index in the target array at which copying begins. |
Remarks
The specified array must be of a compatible type.
See Also