This documentation is archived and is not being maintained.
DataBindingCollection Properties
Visual Studio 2008
The DataBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of DataBinding objects in the DataBindingCollection object. |
|
IsReadOnly | Gets a value indicating whether the DataBindingCollection collection is read-only. |
|
IsSynchronized | Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe). |
|
Item | Gets the DataBinding object with the specified property name. |
|
RemovedBindings | Gets an array of the names of the DataBinding objects removed from the collection. |
|
SyncRoot | Gets an object that can be used to synchronize access to the DataBindingCollection collection. |
Show: