Skip to main content
A newer version of this page is available. .

BootstrapComboBox Class

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[ToolboxTabName("DX.18.2: Bootstrap Controls")]
[DXClientDocumentationProviderWeb("BootstrapComboBox")]
public class BootstrapComboBox :
    ASPxComboBox,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListBoxTemplatesContainerOwner

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.

See Also