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

BootstrapTagCollection Class

A collection of tags in the Tag Box.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapTagCollection :
    TokenCollection

The following members return BootstrapTagCollection objects:

Remarks

The BootstrapTagCollection instance can be accessed via the BootstrapTagBox.Tags property.

Note

Tags in the BootstrapTagCollection collection must be unique.

Inheritance

Object
DevExpress.Web.Internal.CustomCollection<String>
TokenCollection
BootstrapTagCollection
See Also