Click or drag to resize

CheckBoxCell Constructor (String)

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

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

Parameters

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