Method Remove
Remove(TreeViewItem?)
Removes the specified item (with sub-items) from the tree view.
public virtual bool Remove(TreeViewItem? item)
Parameters
itemTreeViewItemThe item to remove.
Returns
- bool
true if the item was successfully removed; otherwise, false.