Is there a way to specify a custom dependency property's default binding mode and update trigger?

Posted by Justin on Stack Overflow See other posts from Stack Overflow or by Justin
Published on 2010-04-18T21:05:36Z Indexed on 2010/04/18 21:13 UTC
Read the original article Hit count: 267

I would like to make it so that, as default, when I bind to one of my dependency properties the binding mode is two-way and update-trigger is property changed. Is there a way to do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about dependency-properties