This question is locked. New answers and comments are not allowed.
Hi!
Is it possible to bind another silverlight application to a RadDocumentPane?
Thank you in advance,
Ron
Is it possible to bind another silverlight application to a RadDocumentPane?
createPane(
"MySecondSilverlightApp"
,
new
RadDocumentPane()
{
Content = ... ,
Title =
"My Second Silverlight App"
,
Name =
"MySecondSilverlightApp"
});
Thank you in advance,
Ron