ProgressBarDisplayMode Enum
Lists values specifying the position display mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Percentage | A percentage value representing the ratio of a Progress Bar’s current position value with respect to the Maximum and Minimum values is displayed within the progress bar. |
Position | The current position value (specified using the Position(Decimal) method) is displayed. |
Custom | The progress bar displays a custom text, which is formatted using a pattern specified using the BootstrapProgressBarBuilder.CustomDisplayFormat method. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.