Click or drag to resize

TreeGridItemCollection Constructor (IEnumerableITreeGridItem)

Initializes a new instance of the TreeGridItemCollection class with an enumeration of existing values.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeGridItemCollection(
	IEnumerable<ITreeGridItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableITreeGridItem
Items to initialize the collection with.
See Also