How to trigger on bound item in WPF?
Posted
by Erik
on Stack Overflow
See other posts from Stack Overflow
or by Erik
Published on 2010-03-17T19:42:02Z
Indexed on
2010/03/17
20:01 UTC
Read the original article
Hit count: 298
I want to activate a trigger if the bound items property ID is equal to a property in my custom control.
But i can't use bindings in my triggers!
How would i do this?
© Stack Overflow or respective owner