Back to Devexpress

ProgressBarSettings.Position Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-progressbarsettings-c5377b6e.md

latest2.1 KB
Original Source

ProgressBarSettings.Position Property

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

Declaration

csharp
public int Position { get; set; }
vb
Public Property Position As Integer

Property Value

TypeDescription
Int32

An integer value representing the position.

|

Remarks

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

Minimum

Maximum

ShowPosition

ProgressBar

ProgressBarSettings Class

ProgressBarSettings Members

DevExpress.Web.Mvc Namespace