Back to Devexpress

BootstrapTagBox Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c7d4b50c.md

latest3.3 KB
Original Source

BootstrapTagBox Class

The tag box editor.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapTagBox")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapTagBox :
    ASPxTokenBox,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner,
    IBootstrapListBoxTemplatesContainerOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapTagBox")>
Public Class BootstrapTagBox
    Inherits ASPxTokenBox
    Implements 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.

Inheritance

Show 17 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxDropDownEditBase ASPxAutoCompleteBoxBase ASPxTokenBox BootstrapTagBox

See Also

BootstrapTagBox Members

Tag Box

DevExpress.Web.Bootstrap Namespace