APNSoft Controls [4.5.2.20] - API Reference
APNSoftTreeView.GetSelectedItem Method 

Returns the selected Item.

[Visual Basic]
Public Function GetSelectedItem() As TreeViewElement
[C#]
public TreeViewElement GetSelectedItem();

Return Value

The selected Item.

Remarks

When the form is returned after a postback, the Selected Item can be defined by this method.

See Also

APNSoftTreeView Class | APNSoft.WebControls Namespace