Back to Devexpress

ASPxProgressBar.Minimum Property

aspnet-devexpress-dot-web-dot-aspxprogressbar-9109b9e3.md

latest1.8 KB
Original Source

ASPxProgressBar.Minimum Property

Gets or sets the minimum range value of the progress bar control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(decimal), "0")]
public decimal Minimum { get; set; }
vb
<DefaultValue(GetType(Decimal), "0")>
Public Property Minimum As Decimal

Property Value

TypeDefaultDescription
Decimal"0"

A Decimal value that is the minimum range value of the progress bar.

|

Remarks

This property is a wrapper of the ProgressBarProperties.Minimum property.

See Also

Minimum

Progress Bar Elements

SetMinimum(min)

SetMaximum(max)

SetMinMaxValues(minValue, maxValue)

Progress Bar

ASPxProgressBar Class

ASPxProgressBar Members

DevExpress.Web Namespace