Skip to main content

BootstrapSpinEditBuilder Methods

Represents a spin edit control.
Name Description
AllowMouseWheel(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
AllowNull(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
AllowUserInput(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
Buttons(Action<BootstrapEditButtonCollectionBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
ButtonTemplate(TemplateContent) Inherited from BootstrapSpinEditBuilderBase<T>.
ButtonTemplate(TemplateContentCallback<BootstrapButtonTemplateContainerSettings>) Inherited from BootstrapSpinEditBuilderBase<T>.
Caption(String) Inherited from BootstrapSpinEditBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
ClearButton(Action<BootstrapClearButtonBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
ClientSideEvents(Action<SpinEditClientSideEventsBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
CssClasses(Action<BootstrapSpinEditCssClassesBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
DecimalPlaces(Int32) Inherited from BootstrapSpinEditBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapSpinEditBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapSpinEditBuilderBase<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>.
HelpText(String) Inherited from BootstrapSpinEditBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
Increment(Decimal) Inherited from BootstrapSpinEditBuilderBase<T>.
LargeIncrement(Decimal) Inherited from BootstrapSpinEditBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapSpinEditBuilderBase<T>.
MaxValue(Decimal) Inherited from BootstrapSpinEditBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinValue(Decimal) Inherited from BootstrapSpinEditBuilderBase<T>.
Name(String)
NullText(String) Inherited from BootstrapSpinEditBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapSpinEditBuilderBase<T>.
Number(Decimal) Inherited from BootstrapSpinEditBuilderBase<T>.
NumberType(SpinEditNumberType) Inherited from BootstrapSpinEditBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectInputTextOnClick(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
ShowOutOfRangeWarning(Boolean) Inherited from BootstrapSpinEditBuilderBase<T>.
SpinButtons(Action<BootstrapSpinButtonsBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapSpinEditBuilderBase<T>.
ToolTip(String) Inherited from BootstrapSpinEditBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapSpinEditBuilderBase<T>.
Value(Object) Sets the editor’s value.
ValueChangedDelay(Int32) Inherited from BootstrapSpinEditBuilderBase<T>.
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