Click or drag to resize

CheckBoxCell Constructor (Int32)

Initializes a new instance of the CheckBoxCell class.

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

Parameters

column
Type: SystemInt32
Index of the column to bind to.
See Also