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

Adds a new separator to the end of the list of child elements.

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

Parameters

NewID
ID of the new separator.

Return Value

New separator element.

See Also

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