The properties of System.Windows.Forms.Binding are listed below. For a list of all members, see the Binding Members list.
See Also: Inherited members from System.Object
[read-only] | BindableComponent | IBindableComponent.
Gets the control the System.Windows.Forms.Binding is associated with. |
[read-only] | BindingManagerBase | BindingManagerBase.
Gets the System.Windows.Forms.BindingManagerBase for this System.Windows.Forms.Binding. |
[read-only] | BindingMemberInfo | BindingMemberInfo.
Gets an object that contains information about this binding based on the dataMember parameter in the erload:System.Windows.Forms.Binding.#ctor constructor. |
[read-only] | Control | Control.
Gets the control that the binding belongs to. |
ControlUpdateMode | ControlUpdateMode.
Gets or sets when changes to the data source are propagated to the bound control property. | |
[read-only] | DataSource | object.
Gets the data source for this binding. |
DataSourceNullValue | object.
Gets or sets the value to be stored in the data source if the control value is null or empty. | |
DataSourceUpdateMode | DataSourceUpdateMode.
Gets or sets a value that indicates when changes to the bound control property are propagated to the data source. | |
FormatInfo | IFormatProvider.
Gets or sets the IFormatProvider that provides custom formatting behavior. | |
FormatString | string.
Gets or sets the format specifier characters that indicate how a value is to be displayed. | |
FormattingEnabled | bool.
Gets or sets a value indicating whether type conversion and formatting is applied to the control property data. | |
[read-only] | IsBinding | bool.
Gets a value indicating whether the binding is active. |
NullValue | object.
Gets or sets the object to be set as the control property when the data source contains a DBNull value. | |
[read-only] | PropertyName | string.
Gets or sets the name of the control's data-bound property. |