Two-way binding is only supported for properties

  • Thread starter Thread starter ME
  • Start date Start date
M

ME

I was getting this error when trying to bind to one my control's properties:

Error 149 Two-way binding is only supported for properties. 'PropertyName'
is not a valid property on "filename to control" xxx

The solution (though not very understandable from the error) was to convert
the property type (in this case an integer) to a string. Just thought
others would benefit by this little piece of info.

Thanks,

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top