This documentation is archived and is not being maintained.
DataBindingCollection Properties
.NET Framework 1.1
The properties of the DataBindingCollection class are listed here. For a complete list of DataBindingCollection class members, see the DataBindingCollection Members topic.
Public Properties
Count | Gets the number of DataBinding objects in the DataBindingCollection object. |
IsReadOnly | Gets a value indicating whether the DataBindingCollection is read-only. |
IsSynchronized | Gets a value indicating whether the DataBindingCollection is synchronized (thread-safe). |
Item | Gets the DataBinding object with the specified property name.
In C#, this property is the indexer for the DataBindingCollection class. |
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. |
See Also
Show:
