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