Click or drag to resize

ComboBoxCell Constructor (String)

Initializes a new instance of the ComboBoxCell class with the specified property to bind to.

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

Parameters

property
Type: SystemString
Property to bind the value of the combo box to.
See Also