Adds a new item as a sibling to the current element. New item is added after the current element.
Adds a new item as a sibling to the current element. New item is added after the current element.
public TreeViewElement AddSiblingItem(string);
Adds a new item as a sibling to the current element. New item is added after the current element.
public TreeViewElement AddSiblingItem(string,string);
TreeViewElement Class | APNSoft.WebControls Namespace