Back to Devexpress

ProgressBarProperties.Minimum Property

aspnet-devexpress-dot-web-dot-progressbarproperties.md

latest2.2 KB
Original Source

ProgressBarProperties.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 specifying the minimum range value of the progress bar.

|

Remarks

The Minimum property specifies the lower limit of the ASPxProgressBar.Position property. When the value of the ASPxProgressBar.Position property is equal to the value of the Minimum property, the progress bar is empty.

The maximum position of the progress bar range is defined by the ProgressBarProperties.Maximum property.

Note

The Minimum property synchronizes its value with the progress bar’s ASPxProgressBar.Minimum property.

See Also

Position

Minimum

Maximum

Progress Bar Elements

Progress Bar

ProgressBarProperties Class

ProgressBarProperties Members

DevExpress.Web Namespace