MobileForms Toolkit Documentation

Node.GetNodeCount Method 

Returns the number of child tree nodes.

public virtual int GetNodeCount(
bool includeSubTrees
);

Parameters

includeSubTrees
true if the resulting count includes all tree nodes indirectly rooted at this tree node; otherwise, false.

Return Value

The number of child tree nodes assigned to the Nodes collection.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace