This documentation is archived and is not being maintained.

DataBindingCollection Properties

The DataBindingCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of DataBinding objects in the DataBindingCollection object.
Public property IsReadOnly Gets a value indicating whether the DataBindingCollection collection is read-only.
Public property IsSynchronized Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe).
Public property Item Gets the DataBinding object with the specified property name.
Public property RemovedBindings Gets an array of the names of the DataBinding objects removed from the collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the DataBindingCollection collection.
Top
Show: