Table of Contents

Method Remove

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Remove(TreeControlItem?)

Removes the specified item (with sub-items) from the tree view.

public virtual bool Remove(TreeControlItem? item)

Parameters

item TreeControlItem

The item to remove.

Returns

bool

true if the item was successfully removed; otherwise, false.