Click or drag to resize
NumericDoubleBinderTModel Properties

The NumericDoubleBinderTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyControlObject
Gets the control that has been bound to the model.
(Inherited from ControlBinder.)
Public propertyControlValue
Gets the control's value.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyControlValueObject
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyInitialised
Gets a value indicating that the object has been initialised.
(Inherited from ControlBinder.)
Public propertyModel
Gets the model.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyModelObject
Gets the model that has been bound to the control.
(Inherited from ControlBinder.)
Public propertyModelPropertyName
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.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyModelValue
Gets the model's value.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public propertyModelValueObject
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.)
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.
(Inherited from ControlBinder.)
Top
See Also