TreeNode Constructors
A node displayed within a DXTreeView instance.Name | Parameters | Description |
---|---|---|
TreeNode() | none | Initializes a new instance of the TreeNode class. |
TreeNode(Object) | item | Initializes a new instance of the TreeNode class with specified settings. |
See Also