ASPxProgressBarBase.Minimum Property
Gets or sets the minimum value of the progress bar range.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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