ControlBindingsCollection Properties
.NET Framework 4.5
The ControlBindingsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindableComponent | Gets the IBindableComponent the binding collection belongs to. |
|
Control | Gets the control that the collection belongs to. |
|
Count | Gets the total number of bindings in the collection. (Inherited from BindingsCollection.) |
|
DefaultDataSourceUpdateMode | Gets or sets the default DataSourceUpdateMode for a Binding in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from BaseCollection.) |
|
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized. (Inherited from BaseCollection.) |
|
Item[Int32] | Gets the Binding at the specified index. (Inherited from BindingsCollection.) |
|
Item[String] | Gets the Binding specified by the control's property name. |
|
List | Infrastructure. Gets the bindings in the collection as an object. (Inherited from BindingsCollection.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection. (Inherited from BaseCollection.) |