Skip to main content

BootstrapTextBoxBuilder Methods

Represents a single-line text editor.
Name Description
Caption(String) Inherited from BootstrapTextBoxBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
ClientSideEvents(Action<TextBoxClientSideEventsBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
CssClasses(Action<BootstrapTextBoxCssClassesBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapTextBoxBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapTextBoxBuilderBase<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 BootstrapTextBoxBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
MaskSettings(Action<MaskSettingsBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapTextBoxBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
NullText(String) Inherited from BootstrapTextBoxBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapTextBoxBuilderBase<T>.
Password(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectInputTextOnClick(Boolean) Inherited from BootstrapTextBoxBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapTextBoxBuilderBase<T>.
ToolTip(String) Inherited from BootstrapTextBoxBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapTextBoxBuilderBase<T>.
Value(Object) Sets the edited value within the editor.
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