System.Windows.Forms.Binding: Property Members

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

Public Properties

[read-only]
BindableComponentIBindableComponent.

Gets the control the System.Windows.Forms.Binding is associated with.

[read-only]
BindingManagerBaseBindingManagerBase.

Gets the System.Windows.Forms.BindingManagerBase for this System.Windows.Forms.Binding.

[read-only]
BindingMemberInfoBindingMemberInfo.

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]
ControlControl.

Gets the control that the binding belongs to.

ControlUpdateModeControlUpdateMode.

Gets or sets when changes to the data source are propagated to the bound control property.

[read-only]
DataSourceobject.

Gets the data source for this binding.

DataSourceNullValueobject.

Gets or sets the value to be stored in the data source if the control value is null or empty.

DataSourceUpdateModeDataSourceUpdateMode.

Gets or sets a value that indicates when changes to the bound control property are propagated to the data source.

FormatInfoIFormatProvider.

Gets or sets the IFormatProvider that provides custom formatting behavior.

FormatStringstring.

Gets or sets the format specifier characters that indicate how a value is to be displayed.

FormattingEnabledbool.

Gets or sets a value indicating whether type conversion and formatting is applied to the control property data.

[read-only]
IsBindingbool.

Gets a value indicating whether the binding is active.

NullValueobject.

Gets or sets the object to be set as the control property when the data source contains a DBNull value.

[read-only]
PropertyNamestring.

Gets or sets the name of the control's data-bound property.