TreeNodeStyleCollection.Remove Method
.NET Framework 3.0
Removes the specified TreeNodeStyle object from the TreeNodeStyleCollection object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Remove method to remove the specified TreeNodeStyle object from the collection. The indexes of the remaining objects are updated to be consecutive.
As an alternative, you can remove a node at specific index by using the RemoveAt method. You can also remove every node in the collection by using the Clear method.
Community Additions
ADD
Show: