Skip to main content

BootstrapProgressBarBuilder Methods

Represents a progress bar control.
Name Description
Caption(String) Inherited from BootstrapProgressBarBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBaseBuilder>) Inherited from BootstrapProgressBarBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapProgressBarBuilderBase<T>.
ClientSideEvents(Action<EditClientSideEventsBaseBuilder>) Inherited from BootstrapProgressBarBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapProgressBarBuilderBase<T>.
CssClasses(Action<BootstrapProgressBarCssClassesBuilder>) Inherited from BootstrapProgressBarBuilderBase<T>.
CustomDisplayFormat(String) Inherited from BootstrapProgressBarBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapProgressBarBuilderBase<T>.
DisplayMode(ProgressBarDisplayMode) Inherited from BootstrapProgressBarBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapProgressBarBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
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) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
Maximum(Decimal) Inherited from BootstrapProgressBarBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Minimum(Decimal) Inherited from BootstrapProgressBarBuilderBase<T>.
Name(String) Inherited from BootstrapControlBuilder<T>.
Position(Decimal) Inherited from BootstrapProgressBarBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SettingsBootstrap(Action<BootstrapProgressBarBootstrapSpecificSettingsBuilder>) Inherited from BootstrapProgressBarBuilderBase<T>.
ShowPosition(Boolean) Inherited from BootstrapProgressBarBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapProgressBarBuilderBase<T>.
ToolTip(String) Inherited from BootstrapProgressBarBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
Value(Object) Sets the control’s value.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also