Reputation: 27
My application has many pages inside Radwindow. in code behind of the page, how can I get the Radwindow. eg: I want to change Radwindow's title,...
Radwindow
Radwindow's
Thanks for any answer
Upvotes: 0
Views: 100
Reputation: 701
you can try
var wnd = RadWindow.GetParentRadWindow(this);
Upvotes: 1