BootstrapProgressBarPropertiesBuilder Methods
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. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
Minimum(Decimal) | Sets the minimum range value of the progress bar control. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowPosition(Boolean) | Sets a value that specifies whether the progress bar indicator’s current position is visible within the progress bar. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Width(Int32) | Sets the control’s width. |
Width(String) | Sets the control’s width. |
See Also