TreeList.AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object) Method
Adds a TreeListNode that contains the specified values to the XtraTreeList.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual TreeListNode AppendNode(
object nodeData,
TreeListNode parentNode,
CheckState checkState,
NodeCheckBoxStyle childrenCheckBoxStyle,
object tag
)
#Parameters
Name | Type | Description |
---|---|---|
node |
Object | An array of values or a Data |
parent |
Tree |
A parent node. |
check |
Check |
The node’s check state. |
children |
DevExpress. |
A Node |
tag | Object | An object that contains information associated with the Tree List node. This value is assigned to the Tree |
#Returns
Type | Description |
---|---|
Tree |
A Tree |