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