ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMapItemBindingCollection Class / Item Property

In This Topic
    Item Property (C1TreeMapItemBindingCollection)
    In This Topic
    Gets or sets the C1TreeMapItemBinding object at the specified index in the C1TreeMapItemBindingCollection object.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As System.Integer _
    ) As C1TreeMapItemBinding
    public C1TreeMapItemBinding this[ 
       System.int i
    ]; {get; set;}

    Parameters

    i
    See Also