Skip to main content

BootstrapMemoBuilder Methods

Represents a multi-line text editor.
Name Description
Caption(String) Inherited from BootstrapMemoBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapMemoBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapMemoBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapMemoBuilderBase<T>.
ClientSideEvents(Action<TextEditClientSideEventsBuilder>) Inherited from BootstrapMemoBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapMemoBuilderBase<T>.
Columns(Int32) Inherited from BootstrapMemoBuilderBase<T>.
CssClasses(Action<BootstrapMemoCssClassesBuilder>) Inherited from BootstrapMemoBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapMemoBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapMemoBuilderBase<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 BootstrapMemoBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapMemoBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapMemoBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
NullText(String) Inherited from BootstrapMemoBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapMemoBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapMemoBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Rows(Int32) Inherited from BootstrapMemoBuilderBase<T>.
SelectInputTextOnClick(Boolean) Inherited from BootstrapMemoBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapMemoBuilderBase<T>.
Text(String) Inherited from BootstrapMemoBuilderBase<T>.
ToolTip(String) Inherited from BootstrapMemoBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapMemoBuilderBase<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