ITree |
public interface ITreeListNodeWithParent<T> : ITreeListNode<T>, ITreeNode<T>, INodeWithParentNode<T> where T : Object, ITreeListNodeWithParent<T>
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Collections.ITreeListNodeWithParent`1"]
The ITreeListNodeWithParentT type exposes the following members.
Name | Description | |
---|---|---|
ChildNodes |
Gets the child nodes.
(Inherited from ITreeListNodeT) | |
ParentNode |
Gets the parent node of this node.
(Inherited from INodeWithParentNodeT) |