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; }
Public ReadOnly Property CheckedBinding As BindableBinding(Of CheckBox, Nullable(Of Boolean))
Get
member CheckedBinding : BindableBinding<CheckBox, Nullable<bool>> with get
Property Value
Type:
BindableBindingCheckBox,
NullableBooleanThe binding for the checked property.
See Also