Class TelerikChunkProgressBar
The class for the Telerik ChunkProgressBar component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikChunkProgressBar : LinearProgressBarBase, IDisposable
Constructors
TelerikChunkProgressBar()
Declaration
public TelerikChunkProgressBar()
Properties
AriaLabel
Describe the aria-label attribute for the component.
Declaration
public string AriaLabel { get; set; }
Property Value
System.String
|
AriaLabelledBy
Describe the aria-labelledby attribute for the component.
Declaration
public string AriaLabelledBy { get; set; }
Property Value
System.String
|
ChunkCount
Specifies the number of chunks into which the ChunkProgressBar will be split.
Declaration
public int ChunkCount { get; set; }
Property Value
System.Int32
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|