Contains settings specific to a progress bar control.
Name | Description |
---|---|
ClientSideEvents(Action<EditClientSideEventsBaseBuilder>) |
Object that lists the client-side events specific to the ProgressBar. |
CustomDisplayFormat(String) |
Sets the pattern used to format the text displayed for the progress bar if the ProgressBarProperties.DisplayMode property is set to ProgressBarDisplayMode.Custom. |
DisplayFormatString(String) |
This property is not in effect for the BootstrapProgressBarPropertiesBuilder class. |
DisplayMode(ProgressBarDisplayMode) |
Sets the display mode of the current position within the progress bar. |
EnableClientSideAPI(Boolean) |
Sets a value that specifies whether the editor can be manipulated on the client side via code. |
Height(Int32) |
Sets the control's height. |
Height(String) |
Sets the control's height. |
Maximum(Decimal) |
Sets the maximum range value of the progress bar control. |
Minimum(Decimal) |
Sets the minimum range value of the progress bar control. |
ShowPosition(Boolean) |
Sets a value that specifies whether the progress bar indicator's current position is visible within the progress bar. |
Width(Int32) |
Sets the control's width. |
Width(String) |
Sets the control's width. |