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
is That OK
(App.Current.MainWindow as MainWindow).Title;
Thanks in advance
This code will get the parent window where the user control resides: