TreeMap for ASP.NET WebForms
Items Property (TreeMapItem)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeMap Namespace > TreeMapItem Class : Items Property
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

Reference

TreeMapItem Class
TreeMapItem Members