Click or drag to resize

ITreeNodeWithParentT Interface

Defines a simple tree node with parent.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ITreeNodeWithParent<T> : ITreeNode<T>, 
	INodeWithParentNode<T>
where T : Object, ITreeNodeWithParent<T>

Type Parameters

T
Type of the node.

The ITreeNodeWithParentT type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes.
(Inherited from ITreeNodeT)
Public propertyParentNode Gets the parent node of this node.
(Inherited from INodeWithParentNodeT)
Top
See Also