BootstrapTagBox Class
In This Article
The tag box editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapTagBox")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapTagBox :
ASPxTokenBox,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner,
IBootstrapListBoxTemplatesContainerOwner
#Remarks
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client object.Tag Box - On the client side, the client object can be accessed directly by the name specified via the ASPx
Edit property.Base. Client Instance Name - The available client events can be accessed by using the Bootstrap
Tag property.Box. Client Side Events
The control’s client-side API is enabled if the ASPx
#Inheritance
See Also