Skip to main content

BootstrapComboBoxBuilder Methods

Represents an editor which displays a list of items within its dropdown window.
Name Description
AllowMouseWheel(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
AllowNull(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
Bind(Object)
Buttons(Action<BootstrapEditButtonCollectionBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
ButtonTemplate(TemplateContent) Inherited from BootstrapComboBoxBuilderBase<T>.
ButtonTemplate(TemplateContentCallback<BootstrapButtonTemplateContainerSettings>) Inherited from BootstrapComboBoxBuilderBase<T>.
CallbackPageSize(Int32) Inherited from BootstrapComboBoxBuilderBase<T>.
Caption(String) Inherited from BootstrapComboBoxBuilderBase<T>.
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
ClearButton(Action<BootstrapClearButtonBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
ClientReadOnly(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
ClientSideEvents(Action<ComboBoxClientSideEventsBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
CssClasses(Action<BootstrapComboBoxCssClassesBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
DisplayFormatString(String) Inherited from BootstrapComboBoxBuilderBase<T>.
DropDownAutoWidth(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
DropDownButton(Action<BootstrapDropDownButtonBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
DropDownRows(Int32) Inherited from BootstrapComboBoxBuilderBase<T>.
DropDownStyle(DropDownStyle) Inherited from BootstrapComboBoxBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapComboBoxBuilderBase<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.
Fields(Action<BootstrapListBoxFieldCollectionBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
FilterMinLength(Int32) Inherited from BootstrapComboBoxBuilderBase<T>.
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 BootstrapComboBoxBuilderBase<T>.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
IconCssClassField(String) Inherited from BootstrapComboBoxBuilderBase<T>.
IncrementalFilteringDelay(Int32) Inherited from BootstrapComboBoxBuilderBase<T>.
IncrementalFilteringMode(IncrementalFilteringMode) Inherited from BootstrapComboBoxBuilderBase<T>.
Items(Action<BootstrapListEditItemCollectionBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
ItemTemplate(TemplateContent) Inherited from BootstrapComboBoxBuilderBase<T>.
ItemTemplate(TemplateContentCallback<BootstrapListEditItemTemplateContainerSettings>) Inherited from BootstrapComboBoxBuilderBase<T>.
LoadDropDownOnDemand(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
MaxLength(Int32) Inherited from BootstrapComboBoxBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String)
NullText(String) Inherited from BootstrapComboBoxBuilderBase<T>.
NullTextDisplayMode(NullTextDisplayMode) Inherited from BootstrapComboBoxBuilderBase<T>.
OnCustomJSProperties(Action<IBootstrapComboBox, ICustomJSPropertiesEventArgs>) Enables you to supply any server data that can then be parsed on the client. Inherited from BootstrapComboBoxBuilderBase<T>.
ReadOnly(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Routes(Action<EditorRouteCollectionBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
SelectInputTextOnClick(Boolean) Inherited from BootstrapComboBoxBuilderBase<T>.
SettingsLoadingPanel(Action<SettingsLoadingPanelBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
TabIndex(Int16) Inherited from BootstrapComboBoxBuilderBase<T>.
TextField(String) Inherited from BootstrapComboBoxBuilderBase<T>.
TextFormatString(String) Inherited from BootstrapComboBoxBuilderBase<T>.
ToolTip(String) Inherited from BootstrapComboBoxBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>) Inherited from BootstrapComboBoxBuilderBase<T>.
Value(Object) Sets the editor’s edited value.
ValueField(String) Inherited from BootstrapComboBoxBuilderBase<T>.
ValueType(Type) Inherited from BootstrapComboBoxBuilderBase<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