DataBindingCollection Properties
.NET Framework 3.0
| 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.
|
Community Additions
ADD
Show: