The properties of System.Web.UI.DataBindingCollection are listed below. For a list of all members, see the DataBindingCollection Members list.
See Also: Inherited members from System.Object
[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. |