Click or drag to resize

GridView Constructor (GridViewIHandler)

Initializes a new instance of the GridView class with the specified handler.

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

Parameters

handler
Type: Eto.FormsGridViewIHandler
Platform handler to use for the implementation of this GridView instance.
See Also