InterviewSolution
Saved Bookmarks
| 1. |
How to access XAML objects in behind code |
|
Answer» To get access to XAML objects in behind code we NEED to DEFINE with same name as GIVEN in XAML document. For instance in the below code snippet we named the OBJECT as objtext and the object is defined with the same name in the behind code. |
|