The members of System.Web.UI.DataBindingCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.DataBindingCollection class. |
[read-only] | Count | int.
Gets the number of System.Web.UI.DataBinding objects in the System.Web.UI.DataBindingCollection object. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.DataBindingCollection collection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.DataBindingCollection collection is synchronized (thread safe). |
[read-only] default property | Item(string) | DataBinding. Documentation for this section has not yet been entered. |
[read-only] | RemovedBindings | string[].
Gets an array of the names of the System.Web.UI.DataBinding objects removed from the collection. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.DataBindingCollection collection. |
Add(DataBinding)
| ||
Clear()
| ||
Contains(string)
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
Remove(string)
| ||
Remove(DataBinding)
| ||
Remove(string, bool)
|
Changed |
Occurs when the collection of System.Web.UI.DataBinding objects is changed. |