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

In This Topic
    Items Property (TreeMapItem)
    In This Topic
    Gets a TreeMapItem that contains the first-level child items of the current item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of TreeMapItem)
    public System.Collections.Generic.List<TreeMapItem> Items {get;}
    See Also