Skip to main content

BootstrapListBoxBuilderBase<T> Members

Methods

Name Description
AllowCustomValues(Boolean)
CallbackPageSize(Int32)
Caption(String)
CaptionSettings(Action<BootstrapEditorCaptionSettingsBuilder>)
ClientEnabled(Boolean)
ClientReadOnly(Boolean)
ClientSideEvents(Action<ListBoxClientSideEventsBuilder>)
ClientVisible(Boolean)
CssClasses(Action<BootstrapListBoxCssClassesBuilder>)
EnableClientSideAPI(Boolean)
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EnableSelectAll(Boolean)
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>)
FilteringSettings(Action<ListBoxFilteringSettingsBuilder>)
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>.
IconCssClassField(String)
Items(Action<BootstrapListEditItemCollectionBuilder>)
ItemTemplate(TemplateContent)
ItemTemplate(TemplateContentCallback<BootstrapListEditItemTemplateContainerSettings>)
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
ReadOnly(Boolean)
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Routes(Action<EditorRouteCollectionBuilder>)
Rows(Int32)
SelectAllText(String)
SelectedIndex(Int32)
SelectionMode(ListEditSelectionMode)
SettingsLoadingPanel(Action<SettingsLoadingPanelBuilder>)
TabIndex(Int16)
TextField(String)
ToolTip(String)
ToString() Returns a string that represents the current object. Inherited from Object.
ValidationSettings(Action<BootstrapEditorValidationSettingsBuilder>)
ValueField(String)
ValueType(Type)
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