| C1.Win.TreeView Namespace : C1TreeNode Class |
The following tables list the members exposed by C1TreeNode.
| Name | Description | |
|---|---|---|
![]() | C1TreeNode Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Checked | Gets or sets a value indicating whether the tree node checkbox is in the checked state. |
![]() | CheckState | Gets or sets the state of the tree node checkbox. |
![]() | Expanded | Gets or sets a value indicating whether the tree node is in the expanded state. |
![]() | HasChildren | Returns true if tree node has child nodes. |
![]() | Images | Gets the collection of images indices which displayed in node. |
![]() | Item | Gets or sets the value at the specified index. |
![]() | Level | Gets the zero-based depth of the tree node in the C1TreeView control. |
![]() | Nodes | Gets the collection of nodes of tree. |
![]() | ParentCollection | Gets the parent C1TreeNodeCollection. |
![]() | Selected | Gets or sets a value indicating whether the tree node is in the selected state. |
![]() | Tag | Gets or sets the object that contains data about the C1TreeNode. |
| Name | Description | |
|---|---|---|
![]() | Check | Sets the checkbox of tree node to the checked state. |
![]() | Collapse | Sets the tree node to the collapsed state. |
![]() | Expand | Sets the tree node to the expanded state. |
![]() | GetValue | Overloaded. Gets the value of the tree node at the specified column. |
![]() | IsReadOnly | Gets a value indicating whether the contents of the node cell can be changed. |
![]() | ResetCellStyles | Reset styles of node cell |
![]() | ResetStyles | Reset styles of node |
![]() | SetValue | Overloaded. Sets the value of the tree node. |
![]() | Uncheck | Sets the checkbox of tree node to the unchecked state. |