Click or drag to resize

TreeGridItemChildren Property

Gets the collection of children for this tree grid item.

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

Property Value

Type: TreeGridItemCollection
The children of this item.
See Also