Back to Devexpress

ProgressBarBuilder.StatusFormat(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-progressbarbuilder-dot-statusformat-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

ProgressBarBuilder.StatusFormat(String) Method

Specifies a format for the progress status. Mirrors the client-side statusFormat option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public ProgressBarBuilder StatusFormat(
    string value
)

Parameters

NameTypeDescription
valueString

The option value.

|

Returns

TypeDescription
ProgressBarBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().ProgressBar()
    .StatusFormat(" function(ratio, value) { ... }")
)

See Also

ProgressBarBuilder Class

ProgressBarBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace