Click or drag to resize

TextBoxCell Constructor (Int32)

Initializes a new instance of the TextBoxCell class binding to the specified column.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TextBoxCell(
	int column
)

Parameters

column
Type: SystemInt32
Column in the data source to get/set the data.
See Also