I am new to using Blazor. I am currently using an app called Radzen. I have a page that uses tabs to complete a checklist. there are 5 tabs in all. In these tabs there is a save button that allows a user to save as they go. I would like the progress bar to track the progress as they save each tab. Is this possible? I am not seeing how to link the progress bar to anything. below is the code. Thanks in advance
<RadzenProgressBar Mode="ProgressBarMode.Determinate" ProgressBarStyle="ProgressBarStyle.Success" ShowValue="true" style="width: 274px">