The ExtendedTreeNode type exposes the following properties.

Properties

  NameDescription
Bounds
Gets or sets the bounds of the node
(Inherited from NodeBase.)
Checked
Expanded
Gets or sets a value that indicates whether the node is expanded.
(Inherited from NodeBase.)
FirstChildNode
Gets the first child tree node in the tree node collection.
(Inherited from NodeBase.)
FirstSiblingNode
Gets the first sibling tree node.
(Inherited from NodeBase.)
ForeColor
FullPath
Gets the path from the root tree node to the current tree node.
(Inherited from NodeBase.)
Index (Inherited from NodeBase.)
Label
Node label is a part of NodeBase..::.FullPath of the current node.
(Inherited from NodeBase.)
LastChildNode
Gets the last child tree node in the tree node collection.
(Inherited from NodeBase.)
LastSiblingNode
Gets the last sibling tree node.
(Inherited from NodeBase.)
Level
Gets the zero-based depth of the tree node in the ExtendedTreeView control.
(Inherited from NodeBase.)
Name
Gets or sets the name of the tree node.
(Inherited from NodeBase.)
NextNode
Gets the next sibling or child tree node.
(Inherited from NodeBase.)
NextSiblingNode
Gets the next sibling tree node.
(Inherited from NodeBase.)
NextVisibleNode
Gets the next visible tree node.
(Inherited from NodeBase.)
NodeFont
Nodes
Gets the collection of tree nodes assigned to the current tree node.
(Inherited from NodeBase.)
NormalTable
Table content for normal node
(Inherited from NodeBase.)
Objects
Gets the collection of tree objects assigned to the current tree node.
(Inherited from NodeBase.)
Parent
Gets the parent tree node of the current tree node.
(Inherited from NodeBase.)
PrevNode
Gets the previous sibling or child tree node.
(Inherited from NodeBase.)
PrevSiblingNode
Gets the previous sibling tree node.
(Inherited from NodeBase.)
PrevVisibleNode
Gets the previous visible tree node.
(Inherited from NodeBase.)
Selected
Gets a value that indicates whether the node is selected.
(Inherited from NodeBase.)
SelectedForeColor
SelectedTable
Table content for selected node
(Inherited from NodeBase.)
Tag
Gets or sets the object that contains data about the item.
(Inherited from NodeBase.)
Text
Tree
Gets the parent tree view that the tree node is assigned to.
(Inherited from NodeBase.)
Visible
Gets or sets a value that indicates whether the node is visible.
(Inherited from NodeBase.)

See Also