Skip to main content

BootstrapProgressBarBuilderBase<T> Methods

Name Description
Caption(String)
CaptionSettings(Action<BootstrapEditorCaptionSettingsBaseBuilder>)
ClientEnabled(Boolean)
ClientSideEvents(Action<EditClientSideEventsBaseBuilder>)
ClientVisible(Boolean)
CssClasses(Action<BootstrapProgressBarCssClassesBuilder>)
CustomDisplayFormat(String)
DisplayFormatString(String)
DisplayMode(ProgressBarDisplayMode)
EnableClientSideAPI(Boolean)
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)
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Minimum(Decimal)
Name(String) Inherited from BootstrapControlBuilder<T>.
Position(Decimal)
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SettingsBootstrap(Action<BootstrapProgressBarBootstrapSpecificSettingsBuilder>)
ShowPosition(Boolean)
TabIndex(Int16)
ToolTip(String)
ToString() Returns a string that represents the current object. Inherited from Object.
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