APNSoft Controls [4.5.2.20] - API Reference
TreeViewElement.AddSiblingItem Method (String)

Adds a new item as a sibling to the current element. New item is added after the current element.

[Visual Basic]
Overloads Public Function AddSiblingItem( _
   ByVal Title As String _
) As TreeViewElement
[C#]
public TreeViewElement AddSiblingItem(
   string Title
);

Parameters

Title
The text (caption) displayed for the item.

Return Value

New item element.

Remarks

Item ID is generated automatically.

See Also

TreeViewElement Class | APNSoft.WebControls Namespace | TreeViewElement.AddSiblingItem Overload List