Click or drag to resize
Accord.NET (logo)

ITreeNodeTNodeIsLeaf Property

Gets whether this node is a leaf (has no children).

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
bool IsLeaf { get; }
Request Example View Source

Property Value

Type: Boolean
See Also