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

ASPxProgressBar.Maximum Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(decimal), "100")]
public decimal Maximum { get; set; }

Property Value

Type Default Description
Decimal "100"

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

Remarks

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

See Also