Make Busy Animation Idle
4 Aug 2016 / 1 minute to read
SfBusyIndicator control provides support to determine whether an animation needs to be executed or not. Setting the IsBusy
property to false will stop the animation and removes the control from view.
SfBusyIndicator busyIndicator = new SfBusyIndicator(this);
busyIndicator.AnimationType=AnimationTypes.SingleCircle;
busyIndicator.IsBusy=true;
BusyIndicator
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page