Click or drag to resize

ObjectBindingT, TValue Properties

The ObjectBindingT, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyDataItem
Gets the object to get/set the values using the InnerBinding
Public propertyDataValue
Gets or sets the value of this binding on the bound object
(Overrides DirectBindingTDataValue.)
Public propertyGettingNullValue
Gets or sets the default value to use when getting the value for this binding when the DataItem or property value is null
Public propertyInnerBinding
Gets the binding used to get/set the values from the DataItem
Public propertySettingNullValue
Gets or sets the default value to use when setting the value for this binding when input value is null
Top
See Also