Binding Properties
.NET Framework 4.5
The Binding type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindableComponent | Gets the control the Binding is associated with. |
|
BindingManagerBase | Gets the BindingManagerBase for this Binding. |
|
BindingMemberInfo | Gets an object that contains information about this binding based on the dataMember parameter in the Binding constructor. |
|
Control | Gets the control that the binding belongs to. |
|
ControlUpdateMode | Gets or sets when changes to the data source are propagated to the bound control property. |
|
DataSource | Gets the data source for this binding. |
|
DataSourceNullValue | Gets or sets the value to be stored in the data source if the control value is null or empty. |
|
DataSourceUpdateMode | Gets or sets a value that indicates when changes to the bound control property are propagated to the data source. |
|
FormatInfo | Gets or sets the IFormatProvider that provides custom formatting behavior. |
|
FormatString | Gets or sets the format specifier characters that indicate how a value is to be displayed. |
|
FormattingEnabled | Gets or sets a value indicating whether type conversion and formatting is applied to the control property data. |
|
IsBinding | Gets a value indicating whether the binding is active. |
|
NullValue | Gets or sets the Object to be set as the control property when the data source contains a DBNull value. |
|
PropertyName | Gets or sets the name of the control's data-bound property. |