Skip to main content

BootstrapButtonEditBuilder Methods

Represents an edit control with embedded buttons.
Name Description
Buttons(Action<BootstrapEditButtonCollectionBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
ButtonTemplate(TemplateContent) Inherited from BootstrapButtonEditBuilderBase<T>.
ButtonTemplate(TemplateContentCallback<BootstrapButtonTemplateContainerSettings>) Inherited from BootstrapButtonEditBuilderBase<T>.
Caption(String) Inherited from BootstrapButtonEditBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
ClearButton(Action<BootstrapClearButtonBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
ClientSideEvents(Action<ButtonEditClientSideEventsBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
CssClasses(Action<BootstrapButtonEditCssClassesBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapButtonEditBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapButtonEditBuilderBase<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 BootstrapButtonEditBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
MaskSettings(Action<MaskSettingsBuilder>) Inherited from BootstrapButtonEditBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapButtonEditBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
NullText(String) Inherited from BootstrapButtonEditBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapButtonEditBuilderBase<T>.
Password(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectInputTextOnClick(Boolean) Inherited from BootstrapButtonEditBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapButtonEditBuilderBase<T>.
ToolTip(String) Inherited from BootstrapButtonEditBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapButtonEditBuilderBase<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