TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / Item Property
The key of the element to get or set.

In This Topic
    Item Property (PropertyPath)
    In This Topic
    Gets or sets the element with the specified key.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal key As Integer _
    ) As String
    public string this[ 
       int key
    ]; {get; set;}

    Parameters

    key
    The key of the element to get or set.

    Property Value

    The element with the specified key.
    See Also