| ControlBinder Properties | 
The ControlBinder type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ControlObject | 
            Gets the control that has been bound to the model.
             | 
|  | ControlValueObject | 
            Gets the value of the control.
             | 
|  | Initialised | 
            Gets a value indicating that the object has been initialised.
             | 
|  | ModelObject | 
            Gets the model that has been bound to the control.
             | 
|  | ModelValueObject | 
            Gets the value of the model.
             | 
|  | 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.
             | 
 See Also
See Also