DataBindingCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DataBinding objects in the DataBindingCollection object. |
![]() | IsReadOnly | Gets a value indicating whether the DataBindingCollection collection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe). |
![]() | Item[String^] | Gets the DataBinding object with the specified property name. |
![]() | 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 collection. |
Show:
