Retrieves a value indicating whether the specified property on the associated control is data-bound.
true, if the property is data-bound; otherwise, false.
The ControlDesigner.IsPropertyBound(string) method is obsolete. Use the System.Web.UI.DataBindingCollection.Contains(string) method on the HtmlControlDesigner.DataBindings property for equivalent control designer functionality.