Skip to main content
All docs
V25.1
  • DxProgressBar.Id Property

    Specifies the progress bar’s unique identifier.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public string Id { get; set; }

    Property Value

    Type Description
    String

    A string that identifies the component.

    Remarks

    <DxProgressBar Id="bar" Value="@ProgressValue"/>
    <DxButton Text="Run Progress" aria-describedby="bar" OnClick="RunProgress"/>
    
    See Also