Click or drag to resize

PropertyCellOnCreateCell Method

Creates an instance of the control for a cell.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override Control OnCreateCell(
	CellEventArgs args
)

Parameters

args
Type: Eto.FormsCellEventArgs
Arguments when creating the cell to get the row, item and state.

Return Value

Type: Control
The control to display in the cell.
See Also