TreeNode Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new instance of the Tree |
Tree |
Initializes a new instance of the Tree |
#Properties
Name | Description |
---|---|
Has |
Gets whether or not the node has a child node |
Has |
Gets whether the node has a child node |
Id |
Uniquely identifies the current tree node.
Inherited from Tree |
Is |
Gets or sets whether the node is checked. This is a bindable property. |
Is |
Gets whether the current node’s children are loaded. |
Is |
Gets or sets whether the tree view node is expanded. This is a bindable property. |
Is |
Gets whether the node is filtered or not.
Inherited from Tree |
Is |
Gets whether the node is the first node within the parent node. |
Is |
Gets whether the first node is visible within the parent node. |
Is |
Gets whether the node is the last node within the parent node. |
Is |
Gets whether the last node is visible within the parent node. |
Is |
Gets whether a node is currently selected. |
Is |
Gets whether the treelist node is visible.
Inherited from Tree |
Item |
Gets or sets a data item of the DXTree |
Level | Gets the node’s nesting level. |
Node |
Get a node handle. |
Nodes | Gets the collection of child nodes. |
Parent | Gets the parent node. |
Root | Gets the root node. |
Tag |
Gets or sets the data associated with the node.
Inherited from Tree |
Tree |
Gets a DXTree |
Visible |
Gets the node’s position within a View among visible nodes.
Inherited from Tree |
Visible |
Gets the node’s visible level. |
Visible |
Gets the node’s visible parent. |
#Methods
Name | Description |
---|---|
Collapse |
Collapses all child nodes.
Inherited from Tree |
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Expand |
Expands all child nodes.
Inherited from Tree |
Flatten |
Returns a plain collection of nodes. |
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Is |
Indicates whether the current node belongs to the specified branch node.
Inherited from Tree |
Load |
Loads child nodes. |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns a string that represents the current object.
Inherited from System. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Tree |
See Also