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