Click or drag to resize

PropertyCellTypeNumberOnCreate Method

Creates the content control for the cell.

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

Parameters

args
Type: Eto.FormsCellEventArgs
Cell arguments.

Return Value

Type: Control

[Missing <returns> documentation for "M:Eto.Forms.PropertyCellTypeNumber.OnCreate(Eto.Forms.CellEventArgs)"]

Remarks
The control returned may be reused for other cells, so it is ideal to use MVVM data binding using BindDataContext() methods of your controls. This should return the same control for each row, otherwise the incorrect control may be shown on certain cells.
See Also