Gets whether a particular property (identified by its name) is data bound.
[Visual Basic] Public Function IsPropertyBound( _ ByVal propName As String _ ) As Boolean [C#] public bool IsPropertyBound( string propName ); [C++] public: bool IsPropertyBound( String* propName ); [JScript] public function IsPropertyBound( propName : String ) : Boolean;
true if the property is data bound, and false otherwise.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace