Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144673 | May 16,2019 04:57 PM UTC | Jun 13,2019 11:23 AM UTC | Blazor | 3 |
![]() |
Tags: Button |
@using Syncfusion.EJ2.RazorComponents.SplitButtons
<Button id="normalbtn" class="e-btn" onclick="@onClicked">Stop</Button>
<EjsProgressButton ID="spinleft" ref="progressBtnObj" Content="Spin Left" IsPrimary="true"></EjsProgressButton>
@functions{
EjsProgressButton progressBtnObj;
private void onClicked()
{
progressBtnObj.ProgressComplete();
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.