ItemCount Property (Tree)
Class
Tree
.
Action
Gets the number of items in the tree (including all children).
Syntax
C#
protected
Integer
ItemCount { get; }
VB
'Declaration Protected Read Property ItemCount As
Integer
Access
Read only.