windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-appendnode.md
| Name | Parameters | Description |
|---|---|---|
| AppendNode(Object, TreeListNode, Object) | nodeData, parentNode, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object) | nodeData, parentNode, checkState, childrenCheckBoxStyle, tag | Adds a TreeListNode that contains the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState, Object) | nodeData, parentNode, checkState, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, TreeListNode, CheckState) | nodeData, parentNode, checkState | Appends a new node with the specified settings. |
| AppendNode(Object, TreeListNode) | nodeData, parentNode | Adds a new TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, Object) | nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, NodeCheckBoxStyle, Object) | nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, checkState, childrenCheckBoxStyle, tag | Adds a TreeListNode that contains the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, Object) | nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, checkState, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, Int32, Int32, Int32, CheckState) | nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, checkState | Appends a new node with the specified settings. |
| AppendNode(Object, Int32, Int32, Int32, Int32) | nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex | Appends a new node with the specified settings. |
| AppendNode(Object, Int32, Object) | nodeData, parentNodeId, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, CheckState, Object) | nodeData, parentNodeId, checkState, tag | Adds a TreeListNode containing the specified values to the XtraTreeList. |
| AppendNode(Object, Int32, CheckState) | nodeData, parentNodeId, checkState | Appends a new node with the specified settings. |
| AppendNode(Object, Int32) | nodeData, parentNodeId | Appends a new node containing the specified values to the specified node’s child collection. |