Click or drag to resize

TreeItemChildren Property

Gets the children collection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeItemCollection Children { get; }

Property Value

Type: TreeItemCollection
The children collection.
See Also