selected checkbox in WPF
Posted
by deep
on Stack Overflow
See other posts from Stack Overflow
or by deep
Published on 2010-03-23T03:20:33Z
Indexed on
2010/03/23
3:31 UTC
Read the original article
Hit count: 394
Hai am having a lot of check box in my wpf form, i want to get the selected checkbox value alone. in winforms we can use foreach(checkbox ck in controls) like that, but i cannot use like that in WPF Forms, how can i get the selected checkbox in WPF FORMS ??
© Stack Overflow or respective owner