Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenProgressBar

    RadzenProgressBar component.

    Inheritance
    System.Object
    RadzenProgressBar
    RadzenProgressBarCircular
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenProgressBar : object
    Examples
    <RadzenProgressBar @bind-Value="@value" Max="200" />

    Properties

    Max

    Determines the maximum value.

    Declaration
    public double Max { get; set; }
    Property Value
    Type Description
    System.Double

    The maximum value.

    Min

    Determines the minimum value.

    Declaration
    public double Min { get; set; }
    Property Value
    Type Description
    System.Double

    The minimum value.

    Mode

    Gets or sets the mode.

    Declaration
    public ProgressBarMode Mode { get; set; }
    Property Value
    Type Description
    ProgressBarMode

    The mode.

    NormalizedValue

    Progress in range from 0 to 1.

    Declaration
    protected double NormalizedValue { get; }
    Property Value
    Type Description
    System.Double

    ProgressBarStyle

    Gets or sets the progress bar style.

    Declaration
    public ProgressBarStyle ProgressBarStyle { get; set; }
    Property Value
    Type Description
    ProgressBarStyle

    The progress bar style.

    ShowValue

    Gets or sets a value indicating whether value is shown.

    Declaration
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if value is shown; otherwise, false.

    Template

    Gets or sets the template.

    Declaration
    public RenderFragment Template { get; set; }
    Property Value
    Type Description
    RenderFragment

    The template.

    Unit

    Gets or sets the unit.

    Declaration
    public string Unit { get; set; }
    Property Value
    Type Description
    System.String

    The unit.

    Value

    Gets or sets the value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    The value.

    ValueChanged

    Gets or sets the value changed callback.

    Declaration
    public Action<double> ValueChanged { get; set; }
    Property Value
    Type Description
    Action<System.Double>

    The value changed callback.

    Methods

    GetComponentCssClass()

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT