System.Web.UI.Design.ControlDesigner.IsPropertyBound Method

Retrieves a value indicating whether the specified property on the associated control is data-bound.

Syntax

[System.Obsolete("Use DataBindings.Contains(string) instead")]
public bool IsPropertyBound (string propName)

Parameters

propName
The property to test for data binding.

Returns

true, if the property is data-bound; otherwise, false.

Remarks

Note:

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.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0