Click or drag to resize

TextBoxCell Constructor (String)

Initializes a new instance of the TextBoxCell class binding the text value to the specified property of the data store.

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

Parameters

property
Type: SystemString
Name of the property to bind to in the data store.
See Also