Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to find checkbox control in datagrid and how to know status of checkbox control that is it checked or not?
Posted
Updated 11-Feb-13 19:45pm
v2
Comments
Sergey Alexandrovich Kryukov 12-Feb-13 1:58am    
Finding anything in WPF UI is not the idea worth discussing. You may have a chance to get some help if you explain your real ultimate goals.
—SA

Sergey's comment is very important, so... next time provide more details about your needs.

Have a look here:
http://stackoverflow.com/questions/636383/wpf-ways-to-find-controls[^]
http://www.c-sharpcorner.com/uploadfile/mahesh/find-controls-by-name-in-wpf/[^]
 
Share this answer
 
Bind a boolean property with check box you will get if it is checked or not.
 
Share this answer
 
I gave an example of doing this here[^].
 
Share this answer
 

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