Node<T>.AddChildren(Node<T>[]) Method
Adds child nodes to the node.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
nodes | Node<T>[] | Child nodes to add to the node. |
See Also