Databinding a property with a parameter

Posted by clawson on Stack Overflow See other posts from Stack Overflow or by clawson
Published on 2010-04-23T00:24:54Z Indexed on 2010/04/23 0:33 UTC
Read the original article Hit count: 322

Filed under:
|
|

I would like to databind to a property that requires arguments.

What is the best way do to this? are there work arounds? I'm open to any suggestions.

I thought about defining custom columns and cells because the parameters that the property requires are available from the within the object bound to the row, but I'm having trouble materialising this idea.

Thanks in advance for the help.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about databinding