This is a migrated thread and some comments may be shown as answers.

Get the state when RadPasswordBox. CheckBoxVisibility="Visible"

1 Answer 35 Views
PasswordBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shah Z
Top achievements
Rank 1
Shah Z asked on 07 Jan 2014, 10:38 AM
Hi

I'm new to this control, and am wondering, when I set the CheckBoxVisibility="Visible" 
 and then I tap on the checkbox, is there a way to get the state of the checkbox state via an event or something?

Hope you could help... 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 09 Jan 2014, 07:52 AM
Hello,
Here it is how you could access the checkbox:

CheckBox cb = ElementTreeHelper.FindVisualDescendant<CheckBox>(this.passwordBox);

So, once you got it, you could handle the related with it events.

Regards,
Ivo
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
PasswordBox
Asked by
Shah Z
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or