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

ASPxProgressBar.Position Property

Gets or sets the current progress bar indicator position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Decimal "0"

A Decimal value specifying the position.

Remarks

The Position property specifies the progress that the application has made toward completing a specific operation. The available range of values the Position property can accept is determined by the ASPxProgressBar.Minimum and ASPxProgressBar.Maximum property values.

A percentage value specifying the ratio of the Position property’s value with respect to the values of the ASPxProgressBar.Minimum and ASPxProgressBar.Maximum properties can be displayed within the progress bar, if the ASPxProgressBar.ShowPosition property is set to true.

See Also