Click or drag to resize
ControlBinder Properties

The ControlBinder type exposes the following members.

Properties
  NameDescription
Public propertyControlObject
Gets the control that has been bound to the model.
Public propertyControlValueObject
Gets the value of the control.
Public propertyInitialised
Gets a value indicating that the object has been initialised.
Public propertyModelObject
Gets the model that has been bound to the control.
Public propertyModelValueObject
Gets the value of the model.
Public propertyUpdateMode
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.
Top
See Also