How to access Main Form Public Property WPF
- by Asim Sajjad
I have a user control from where I have to call the property of the window which contain the user control how can I access that property.
Suppose I have Title Property in my window and I want to access Title property of the window from the user control. Any idea
Thanks in advance