Method Prepend
Prepend(TreeControlItem)
Inserts the specified TreeControlItem at the beginning of the item list.
public void Prepend(TreeControlItem item)
Parameters
itemTreeControlItemThe item to prepend.
Inserts the specified TreeControlItem at the beginning of the item list.
public void Prepend(TreeControlItem item)
item TreeControlItemThe item to prepend.