Infragistics2.Win.UltraWinTree.v8.1
Clear Method
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : Clear Method

Clears the Nodes collection, removing all nodes.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
C# 
public void Clear()

Remarks

A bound nodes collection cannot be cleared.

See Also