Click or drag to resize

TreeModelIsLeaf Method


Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual bool IsLeaf(
	TreePath treePath
)

Parameters

treePath  TreePath
 

Return Value

Boolean

Implements

ITreeModelIsLeaf(TreePath)
See Also