Click or drag to resize

ITreeListNodeWithParentT Interface

Defines a tree node with parent. The child nodes can be accessed by index.

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Collections.ITreeListNodeWithParent`1"]

The ITreeListNodeWithParentT type exposes the following members.

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