| 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
Syntaxpublic TreeGridItem(
	IEnumerable<ITreeGridItem> children,
	params Object[] values
)
Public Sub New ( 
	children As IEnumerable(Of ITreeGridItem),
	ParamArray values As Object()
)
new : 
        children : IEnumerable<ITreeGridItem> * 
        values : Object[] -> TreeGridItemParameters
- children
- Type: System.Collections.GenericIEnumerableITreeGridItem
 Children to initialize the item with.
- values
- Type: SystemObject
 Values for this node in the tree.
 See Also
See Also