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 |
Custom | The progress bar displays a custom text, which is formatted using a pattern specified using the Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.