WPF - Getting PropertyName in IValueConverter
Posted
by Oxymoron
on Stack Overflow
See other posts from Stack Overflow
or by Oxymoron
Published on 2010-05-27T18:14:32Z
Indexed on
2010/05/27
19:41 UTC
Read the original article
Hit count: 575
I'm playing around with WPF and databinding and I'm wondering about the following. I defined a few PropertyGroupDescriptions, but now I'm wondering how to read the PropertyName from an IValueConverter. Is this possible?
© Stack Overflow or respective owner