Back to Devexpress

DxProgressBar.ShowIcon Property

blazor-devexpress-dot-blazor-dot-dxprogressbar-299208b8.md

latest1.8 KB
Original Source

DxProgressBar.ShowIcon Property

Specifies whether to show an icon in the progress bar.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(false)]
[Parameter]
public bool ShowIcon { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to show the icon; otherwise, false.

|

Remarks

Set the ShowIcon property to true to display an icon next to the label. You can use the IconCssClass property to customize icon settings or display a custom icon.

Progress Bar OverviewIndeterminate Progress Bar

razor
<DxProgressBar Value="57" ShowIcon=true IconCssClass="oi oi-task" />

DevExpress Blazor components support pre-defined icon sets (such as Iconic or Bootstrap-recommended libraries) and custom icon libraries. Refer to the following topic for additional information: Icons.

See Also

DxProgressBar Class

DxProgressBar Members

DevExpress.Blazor Namespace