Click or drag to resize

ComboBoxCell Constructor (Int32)

Initializes a new instance of the ComboBoxCell class with the column index to bind.

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

Parameters

column
Type: SystemInt32
Column index to bind to.
See Also