TreeListNode 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 |
---|---|
Actual |
Gets the node’s actual nesting level. |
Content |
Gets or sets an Items |
Expand |
Gets or sets the binding that determines whether the node is expanded. |
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 |
Image | Gets or sets the node’s image. |
Is |
Indicates whether the node’s check box is enabled. |
Is |
Gets or sets whether the node is checked. |
Is |
Gets or sets whether the expand button is displayed within the node or not. |
Is |
Gets or sets whether the treelist row is expanded. |
Is |
Gets whether the node is filtered or not.
Inherited from Tree |
Is |
Gets whether the node is the first node within a collection of nodes. |
Is |
Gets whether the node is the last node within a collection of nodes. |
Is |
Gets whether the treelist node is visible.
Inherited from Tree |
Items |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Level | Gets the node’s nesting level. |
Nodes | Gets the collection of child nodes. |
Parent |
Gets the parent node. |
Row |
Gets the row handle that identifies the node.
Inherited from Tree |
Tag |
Gets or sets the data associated with the node.
Inherited from Tree |
Visible |
Gets the node’s position within a View among visible nodes.
Inherited from Tree |
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 Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
Expands all child nodes.
Inherited from Tree |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the current node belongs to the specified branch node.
Inherited from Tree |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Tree |
See Also