Click or drag to resize

Grid Constructor (GridIHandler)

Initializes a new instance of the Grid class with the specified handler

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Grid(
	GridIHandler handler
)

Parameters

handler
Type: Eto.FormsGridIHandler
Handler implementation for the control
See Also