MobileForms Toolkit Documentation

AdvancedTree.GetNodeCount Method 

Retrieves the number of tree nodes, optionally including those in all subtrees, assigned to the AdvancedTree control.

public int GetNodeCount(
bool includeSubTrees
);

Parameters

includeSubTrees
true to count the Node items that the subtrees contain; otherwise, false.

Return Value

The number of tree nodes, optionally including those in all subtrees, assigned to the AdvancedTree control.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace