MVVM Binding to Properties.Settings
Posted
by LnDCobra
on Stack Overflow
See other posts from Stack Overflow
or by LnDCobra
Published on 2010-05-21T08:07:42Z
Indexed on
2010/05/21
8:10 UTC
Read the original article
Hit count: 771
In a MVVM approach how would I go about binding to Properties.Settings? Is there a way to bind a property in C# code(in the ViewModel) to another property(Properties.Settings.Default) or should i just bind to standard properties and on save make sure each property gets propogated manually to the Properties.Settings?
© Stack Overflow or respective owner