DataBindingCollection::Remove Method (String^, Boolean)
.NET Framework (current version)
Removes the DataBinding object, associated with the specified property name, from the DataBindingCollection collection and controls whether to add the binding to the RemovedBindings list.
Assembly: System.Web (in System.Web.dll)
Parameters
- propertyName
-
Type:
System::String^
The property associated with the DataBinding to be removed.
- addToRemovedList
-
Type:
System::Boolean
A Boolean value that indicates whether to add the property name to the RemovedBindings list. true indicates that the propertyName parameter will be added to the RemovedBindings property, and false indicates that propertyName will not be added to the RemovedBindings property.
.NET Framework
Available since 1.1
Available since 1.1
Show: