Remove WPF Validation adornment from Label

Posted by BrettRobi on Stack Overflow See other posts from Stack Overflow or by BrettRobi
Published on 2010-03-18T00:58:23Z Indexed on 2010/03/18 1:01 UTC
Read the original article Hit count: 478

Filed under:
|
|

I am using databinding and IDataErrorInfo style validation in a form. This form includes a Label control for which I don't want to show the red adornment when validation fails. Can anyone recommend a way to remove this adornment from Label controls?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about validation