Back to Devexpress

BootstrapComboBox Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8bfaa115.md

latest3.3 KB
Original Source

BootstrapComboBox Class

Represents an editor which displays a list of items within its dropdown window.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapComboBox")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapComboBox :
    ASPxComboBox,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListBoxTemplatesContainerOwner,
    IBootstrapListBoxRenderMode
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapComboBox")>
Public Class BootstrapComboBox
    Inherits ASPxComboBox
    Implements ISimpleRenderControl,
               IBootstrapEditorCssClassesOwner,
               IBootstrapListBoxTemplatesContainerOwner,
               IBootstrapListBoxRenderMode

Remarks

Note

The BootstrapComboBox control provides you with comprehensive client-side functionality implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.

Inheritance

Show 17 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxDropDownEditBase ASPxAutoCompleteBoxBase ASPxComboBox BootstrapComboBox

See Also

BootstrapComboBox Members

DevExpress.Web.Bootstrap Namespace