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

ASPxProgressBar.Minimum Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
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