Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,
How to bind checkbox, combobox and radiobutton to their respective settings value in ".setting" file in wpf?
I know how to bind textblock to value in settings file. Here is the code

XML
<TextBox Margin="5,38,5,2" Width="100" Height="50"  Text="{Binding Source={StaticResource Settings}, Path=Default.Name,    Mode=TwoWay}" />

But need help in the case of checkbox, combobox and radiobutton WPF.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900