Skip to main content
A newer version of this page is available. .
Tab

ASPxProgressBarBase.Minimum Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal Minimum { get; set; }

Property Value

Type Default Description
Decimal "0"

A Decimal value specifying the minimum value of the progress bar range.

Remarks

The Minimum property specifies the lower limit of the ASPxProgressBarBase.Position property. When the value of the ASPxProgressBarBase.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 ASPxProgressBarBase.Maximum property.

See Also