Click or drag to resize

TreeGridItem Constructor (Object)

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

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TreeGridItem(
	params Object[] values
)

Parameters

values
Type: SystemObject
Values for this node.
See Also