Skip to main content

BootstrapDropDownEditBuilder Methods

An editor that provides the dropdown list functionality.
Name Description
Bind(Object)
Buttons(Action<BootstrapEditButtonCollectionBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
ButtonTemplate(TemplateContent) Inherited from BootstrapDropDownEditBuilderBase<T>.
ButtonTemplate(TemplateContentCallback<BootstrapButtonTemplateContainerSettings>) Inherited from BootstrapDropDownEditBuilderBase<T>.
Caption(String) Inherited from BootstrapDropDownEditBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
ClearButton(Action<BootstrapClearButtonBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
ClientSideEvents(Action<DropDownClientSideEventsBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
CssClasses(Action<BootstrapDropDownEditCssClassesBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapDropDownEditBuilderBase<T>.
DropDownAutoWidth(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
DropDownButton(Action<BootstrapDropDownButtonBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
DropDownWindowTemplate(TemplateContent) Inherited from BootstrapDropDownEditBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapDropDownEditBuilderBase<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 BootstrapDropDownEditBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapDropDownEditBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapDropDownEditBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
NullText(String) Inherited from BootstrapDropDownEditBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapDropDownEditBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectInputTextOnClick(Boolean) Inherited from BootstrapDropDownEditBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapDropDownEditBuilderBase<T>.
ToolTip(String) Inherited from BootstrapDropDownEditBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapDropDownEditBuilderBase<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