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

Clears the SelectedNodes collection.

Syntax

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

Remarks

Calling this method will remove all nodes from the collection. This has the effect of deselecting all UltraTreeNode.Selected nodes.

See Also