Click or drag to resize
Accord.NET (logo)

ITreeNodeTNodeChildren Property

Gets or sets the collection of child nodes under this node.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
TNode[] Children { get; set; }
Request Example View Source

Property Value

Type: TNode
See Also