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)
 
See Also