ProgressBarDisplayMode Enum
Lists values specifying the position display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Percentage
|
A percentage value representing the ratio of the ASPx |
Position
|
The ASPx |
Custom
|
The progress bar displays a custom text, which is formatted using a pattern specified via the ASPx |
#Related API Members
The following properties accept/return ProgressBarDisplayMode values:
#Remarks
Values listed by this enumerator are used to set the ASPxProgressBar.DisplayMode (ASPxProgressBarBase.DisplayMode) property.