BootstrapTagCollection Class
In This Article
A collection of tags in the Tag Box.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapTagCollection :
TokenCollection
#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 Bootstrap
#Inheritance
Object
DevExpress.Web.Internal.CustomCollection<String>
TokenCollection
BootstrapTagCollection
See Also