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
)
Protected Sub New (
handler As GridViewIHandler
)
new :
handler : GridViewIHandler -> GridView
Parameters
- handler
- Type: Eto.FormsGridViewIHandler
Platform handler to use for the implementation of this GridView instance.
See Also