TreeListNode Methods
Represents a node of the Tree List control.Name | Description |
---|---|
Assign(TreeListNode) | Copies settings from the target node to this TreeListNode object. |
CheckAll() | Checks the current node and all its nested nodes (including all their children). |
Clone() | Returns a copy of this node. |
Collapse(Boolean) | Collapses the node. |
CollapseAll() | Collapses all child nodes. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand(Boolean) | Expands the node. |
ExpandAll() | Expands all the child nodes. |
GetDisplayText(Object) | Returns the text representation of a specific column value. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetValue(Object) |
Returns the value for a specific column, or null if no column with such columnID was found.
|
HasAsParent(TreeListNode) | Determines whether the current node has a TreeListNode instance as a parent. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove() | Removes this node. |
SetValue(Object, Object) | Sets the value for a specific column. |
Sort(TreeListColumn, SortOrder, Boolean) | Sorts the node’s children against a column. |
Sort(IComparer<TreeListNode>, Boolean) | Sorts the nodes’ children using the specified IComparer object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UncheckAll() | Unchecks the current node and all its nested nodes (including all their children). |
See Also