TreeListNode Members
A node displayed within a TreeListView.Constructors
| Name | Description |
|---|---|
| TreeListNode() | Initializes a new instance of the TreeListNode class. |
| TreeListNode(Object) | Initializes a new instance of the TreeListNode class with the specified content. |
Properties
| Name | Description |
|---|---|
| ActualLevel | Gets the node’s actual nesting level. |
| Content | Gets or sets an ItemsSource object used to create the node. |
| ExpandStateBinding | Gets or sets the binding that determines whether the node is expanded. |
| HasChildren | Gets whether or not the node has a child node(s). Inherited from TreeListNodeBase. |
| HasVisibleChildren | Gets whether the node has a child node(s) displayed within a View. |
| Id | Uniquely identifies the current tree node. Inherited from TreeListNodeBase. |
| Image | Gets or sets the node’s image. |
| IsCheckBoxEnabled | Indicates whether the node’s check box is enabled. |
| IsChecked | Gets or sets whether the node is checked. |
| IsExpandButtonVisible | Gets or sets whether the expand button is displayed within the node or not. |
| IsExpanded | Gets or sets whether the treelist row is expanded. |
| IsFiltered | Gets whether the node is filtered or not. Inherited from TreeListNodeBase. |
| IsFirst | Gets whether the node is the first node within a collection of nodes. |
| IsLast | Gets whether the node is the last node within a collection of nodes. |
| IsVisible | Gets whether the treelist node is visible. Inherited from TreeListNodeBase. |
| ItemsSource | 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. |
| ParentNode | Gets the parent node. |
| RowHandle | Gets the row handle that identifies the node. Inherited from TreeListNodeBase. |
| Tag | Gets or sets the data associated with the node. Inherited from TreeListNodeBase. |
| VisibleIndex | Gets the node’s position within a View among visible nodes. Inherited from TreeListNodeBase. |
| VisibleParent | Gets the node’s visible parent. |
Methods
| Name | Description |
|---|---|
| CollapseAll() | Collapses all child nodes. Inherited from TreeListNodeBase. |
| 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. |
| ExpandAll() | Expands all child nodes. Inherited from TreeListNodeBase. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsDescendantOf(TreeListNodeBase) | Indicates whether the current node belongs to the specified branch node. Inherited from TreeListNodeBase. |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the TreeListNodeBase.Content and TreeListNodeBase.IsExpanded properties have changed their value. Inherited from TreeListNodeBase. |
See Also