Click or drag to resize

TreeItem Constructor (IEnumerableITreeItem)

Initializes a new instance of the TreeItem class with the specified children

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeItem(
	IEnumerable<ITreeItem> children
)

Parameters

children
Type: System.Collections.GenericIEnumerableITreeItem
Children to populate this node with
See Also