This question is locked. New answers and comments are not allowed.
Hi,
when I want to use the BusyIndicator like this:
RadBusyIndicator busyIndicator = new RadBusyIndicator();
busyIndicator.SetValue(ContentProperty, this.LayoutRoot);
But it doesn't work,an exception will be thrown。
So i want to ask that how to Set the Content Dynamically??
Thanks
when I want to use the BusyIndicator like this:
RadBusyIndicator busyIndicator = new RadBusyIndicator();
busyIndicator.SetValue(ContentProperty, this.LayoutRoot);
But it doesn't work,an exception will be thrown。
So i want to ask that how to Set the Content Dynamically??
Thanks