❔ Display error message if value out of limit
Hi, i'm using wpf with mvvm pattern and i'd like to know if it's good to do this in order to display a message error if the value enter isn't good :
3 Replies
afaik, usually u have an extra property for the validity state and validation errors u would bind to ur view and simply set these in ur setter.
so basically the displaying the error would be something like
tho i never used wpf, it might have something built-in for this as well
ok thanks for the info i will look into it 🙂
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.