Infragistics2.Win.UltraWinTree.v8.1
Count Property
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : Count Property

Returns the number of UltraTreeNodes that belong to this collection.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Count As Integer
C# 
public override int Count {get;}

See Also