Adding custom properties to Silverlight controls

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-03-30T11:21:08Z Indexed on 2010/03/30 11:23 UTC
Read the original article Hit count: 436

Filed under:
|

Hello,

What is the best way for me to add my own properties to an existing Silverlight control? For example I would like to associate a custom class with the DataGrid and be able to set the properties of this custom class in Expression Blend?

Is this an easy thing to do?

Thanks,

AJ

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Silverlight