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

Node<T>.AddChildren(Node<T>[]) Method

Adds the specified array to the collection of the current node’s children.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void AddChildren(
    params Node<T>[] nodes
)

Parameters

Name Type Description
nodes Node<T>[]

An array of the current node’s children.

See Also