| ValueBinderTModel, TControl, TValue Properties |
The ValueBinderTModel, TControl, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Control |
Gets the control.
| |
| ControlObject |
Gets the control that has been bound to the model.
(Inherited from ControlBinder.) | |
| ControlValue |
Gets the control's value.
| |
| ControlValueObject |
See base docs.
(Overrides ControlBinderControlValueObject.) | |
| Initialised |
Gets a value indicating that the object has been initialised.
(Inherited from ControlBinder.) | |
| Model |
Gets the model.
| |
| ModelObject |
Gets the model that has been bound to the control.
(Inherited from ControlBinder.) | |
| ModelPropertyName |
Gets or sets the name of the model's property to bind to.
Only required if the ctor getModelValue parameter does more than just return a property.
Cannot be set once the binder has been initialised.
| |
| ModelValue |
Gets the model's value.
| |
| ModelValueObject |
See base docs.
(Overrides ControlBinderModelValueObject.) | |
| UpdateMode |
Gets or sets an indication of when values are copied from the control to the model.
Cannot be modified once the binder has been initialised.
(Inherited from ControlBinder.) |