ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijProgressBar
In This Topic
    WijProgressBar
    In This Topic

    Let end-users know the progress of an operation with the WijProgressBar control. You can easily customize the look of the indicator with animations, styles, labels, and more.

     

     

    WijProgressBar Markup

    The following markup creates a WijProgressBar control. Set the TargetControlID property to attach the extender to a control.

    <cc1:WijProgressBar ID="Panel1_WijProgressBar" runat="server"
    
            TargetControlID="Panel1">
    
            <animationoptions easing="">
    
            </animationoptions>
    
    </cc1:WijProgressBar>