Back to Devexpress

ProgressBarDisplayMode Enum

aspnet-devexpress-dot-web-6f21ca51.md

latest2.2 KB
Original Source

ProgressBarDisplayMode Enum

Lists values specifying the position display mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ProgressBarDisplayMode
vb
Public Enum ProgressBarDisplayMode

Members

NameDescription
Percentage

A percentage value representing the ratio of the ASPxProgressBar.Position property’s value with respect to the values of the ASPxProgressBar.Minimum and ASPxProgressBar.Maximum properties is displayed within the progress bar.

| | Position |

The ASPxProgressBar.Position property’s value is displayed.

| | Custom |

The progress bar displays a custom text, which is formatted using a pattern specified via the ASPxProgressBar.CustomDisplayFormat (ASPxProgressBarBase.CustomDisplayFormat) property.

|

The following properties accept/return ProgressBarDisplayMode values:

Remarks

Values listed by this enumerator are used to set the ASPxProgressBar.DisplayMode (ASPxProgressBarBase.DisplayMode) property.

See Also

DevExpress.Web Namespace