DataBindingCollection Properties

  Name Description
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

Community Additions

ADD
Show: