dbicList Send comments on this topic.
Items Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : Items Property

This property contains a collection of dbiNodeItem Class items that represent the children of the node. As each child node can belong to the collection of a parent node, you can extend the tree out for several generations by adding individual node items to each successive generation of items collections. Same as the nodes collection but included here for compatibility.

Syntax

Visual Basic (Declaration) 
Public Property Items As NodeItemCollection
C# 
public NodeItemCollection Items {get; set;}

Property Value

Collection of dbiNodeItem Class

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also