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

BootstrapTagBox Class

The tag box editor.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[ToolboxTabName("DX.19.1: Bootstrap Controls")]
[DXClientDocumentationProviderWeb("BootstrapTagBox")]
public class BootstrapTagBox :
    ASPxTokenBox,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListBoxTemplatesContainerOwner

Remarks

Note

The BootstrapTagBox 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