Click or drag to resize

TreeGridItem Constructor (IEnumerableITreeGridItem, Object)

Initializes a new instance of the TreeGridItem class with the specified children and values.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeGridItem(
	IEnumerable<ITreeGridItem> children,
	params Object[] values
)

Parameters

children
Type: System.Collections.GenericIEnumerableITreeGridItem
Children to initialize the item with.
values
Type: SystemObject
Values for this node in the tree.
See Also