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

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

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

Parameters

NewID
ID of the new separator.

Return Value

New separator element.

See Also

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