Click or drag to resize

CheckBoxCheckedBinding Property

Gets a binding for the Checked property

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<CheckBox, Nullable<bool>> CheckedBinding { get; }

Property Value

Type: BindableBindingCheckBox, NullableBoolean
The binding for the checked property.
See Also