aspnetmvc-devexpress-dot-web-dot-mvc-dot-progressbarsettings-c5377b6e.md
Gets or sets the current progress bar indicator position.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public int Position { get; set; }
Public Property Position As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value representing the position.
|
The Position property represents 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 ProgressBarProperties.Minimum and ProgressBarProperties.Maximum properties (which can be accessed via ProgressBarSettings.Properties).
A percentage value representing the ratio of the Position property’s value with respect to the values of the Minimum and Maximum properties can be displayed within the progress bar , if the ProgressBarProperties.ShowPosition property is set to true.
See Also