| 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
Syntaxpublic TreeGridItem(
	params Object[] values
)
Public Sub New ( 
	ParamArray values As Object()
)
new : 
        values : Object[] -> TreeGridItemParameters
- values
- Type: SystemObject
 Values for this node.
 See Also
See Also