BootstrapTagCollection Class
A collection of tags in the Tag Box.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
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