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