ComponentOne TreeMap for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMapItemBindingCollection Class / Item Property

In This Topic
    Item Property
    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