Skip to main content
All docs
V18.2

TreeListNodes.Add(TreeListNode) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public void Add(
    TreeListNode node
)

Parameters

Name Type
node TreeListNode
See Also