[]
Represents a node in TreeView.
public class TreeNode
Name | Description |
---|---|
TreeNode() |
Name | Description |
---|---|
DataItem | The data item that this node represents. |
IsChecked | Indicates whether the node is checked. |
Level | Indicates the node’s level. Top-level nodes have level zero. |