Removes the System.Web.UI.DataBinding object, associated with the specified property name, from the System.Web.UI.DataBindingCollection collection and controls whether to add the binding to the DataBindingCollection.RemovedBindings list.
- propertyName
- The property associated with the System.Web.UI.DataBinding to be removed.
- addToRemovedList
- A Boolean value that indicates whether to add the property name to the DataBindingCollection.RemovedBindings list. true indicates that the propertyName parameter will be added to the DataBindingCollection.RemovedBindings property, and false indicates that propertyName will not be added to the DataBindingCollection.RemovedBindings property.