Hi,

Am facing a problem in properties binding in WPF.
In UI i have 6 sections / groups, each containing
a check box to enable or disable the section / group, a text box to accept ip address and a combo box to select culture. Now if i have to get or set values to each control i have to define 6 * 3 = 18 properties .
So i want to know is there any way to reduce no of properties? ( like for example binding all text boxes to
one indexed property for text boxes , binding all checkboxes to one index property for check boxes etc.,)

Thanks in advance