ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1TreeMap Namespace / C1TreeMapExtender Class / Items Property

In This Topic
    Items Property (C1TreeMapExtender)
    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