Back to Devexpress

TreeList.AppendNode Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-appendnode.md

latest4.9 KB
Original Source

TreeList.AppendNode Method

NameParametersDescription
AppendNode(Object, TreeListNode, Object)nodeData, parentNode, tagAdds a TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object)nodeData, parentNode, checkState, childrenCheckBoxStyle, tagAdds a TreeListNode that contains the specified values to the XtraTreeList.
AppendNode(Object, TreeListNode, CheckState, Object)nodeData, parentNode, checkState, tagAdds a TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, TreeListNode, CheckState)nodeData, parentNode, checkStateAppends a new node with the specified settings.
AppendNode(Object, TreeListNode)nodeData, parentNodeAdds a new TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, Object)nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, tagAdds 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, tagAdds a TreeListNode that contains the specified values to the XtraTreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, Object)nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, checkState, tagAdds a TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState)nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndex, checkStateAppends a new node with the specified settings.
AppendNode(Object, Int32, Int32, Int32, Int32)nodeData, parentNodeId, imageIndex, selectImageIndex, stateImageIndexAppends a new node with the specified settings.
AppendNode(Object, Int32, Object)nodeData, parentNodeId, tagAdds a TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, Int32, CheckState, Object)nodeData, parentNodeId, checkState, tagAdds a TreeListNode containing the specified values to the XtraTreeList.
AppendNode(Object, Int32, CheckState)nodeData, parentNodeId, checkStateAppends a new node with the specified settings.
AppendNode(Object, Int32)nodeData, parentNodeIdAppends a new node containing the specified values to the specified node’s child collection.