TreeMap for ASP.NET WebForms
Items Property (C1TreeMap)

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

Reference

C1TreeMap Class
C1TreeMap Members