Method ClearSelected
ClearSelected()
Unselects all items in the control.
public virtual void ClearSelected()
Remarks
Calling this method is equivalent to setting the
SelectedItem property to null in single-selection mode.
You can use this method to quickly unselect all items in the tree.