Back to Devexpress

ProgressBarBuilder.Min(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-progressbarbuilder-dot-min-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

ProgressBarBuilder.Min(Double) Method

The minimum value the UI component can accept. Mirrors the client-side min option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public ProgressBarBuilder Min(
    double value
)

Parameters

NameTypeDescription
valueDouble

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()
    .Min(10)
)

See Also

ProgressBarBuilder Class

ProgressBarBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace