Skip to main content

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

Adds child nodes to the node.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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

Parameters

Name Type Description
nodes Node<T>[]

Child nodes to add to the node.

See Also