APNSoft Controls [4.5.2.20] - API Reference
TreeViewElementCollection.Item Property (String)

Gets the specified TreeViewElement from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal id As String _
) As TreeViewElement
[C#]
public virtual TreeViewElement this[
   string id
] {get;}

Parameters

id
The string identifying the Element.

See Also

TreeViewElementCollection Class | APNSoft.WebControls Namespace | TreeViewElementCollection.Item Overload List