Back to Devexpress

DxProgressBar.Label Property

blazor-devexpress-dot-blazor-dot-dxprogressbar-419696e2.md

latest1.5 KB
Original Source

DxProgressBar.Label Property

Specifies the progress bar label.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public string Label { get; set; }

Property Value

TypeDescription
String

The progress bar label.

|

Remarks

The progress bar label displays information about progress status and depends on Status and Value properties.

Use the Label property to customize the progress bar label.

razor
<DxProgressBar Label="Loading..." Indeterminate="true" />

You can use the LabelPosition property to specify the position of the label relative to the progress bar. To hide the label, set the ShowLabel property to false.

See Also

DxProgressBar Class

DxProgressBar Members

DevExpress.Blazor Namespace