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

In This Topic
    Items Property (C1TreeMap)
    In This Topic
    A collection that to bind data to treemap.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of TreeMapItem)
    public System.Collections.Generic.List<TreeMapItem> Items {get;}
    See Also