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
)
Public Sub New (
property As String
)
new :
property : string -> CheckBoxCell
Parameters
- property
- Type: SystemString
Property to bind the value of the check box to.
See Also