APNSoft Controls [4.5.2.20] - API Reference
TreeViewElement.MoveToParent Method 

Moves the element to specified parent element.

[Visual Basic]
Public Sub MoveToParent( _
   ByVal ParentID As String _
)
[C#]
new public void MoveToParent(
   string ParentID
);

Parameters

ParentID
ID of the parent element.

See Also

TreeViewElement Class | APNSoft.WebControls Namespace