Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeList.AppendNode Method

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.