A newer version of this page is available.
Switch to the current version.
BootstrapTagCollection Class
A collection of tags in the Tag Box.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapTagCollection :
TokenCollection
Public Class BootstrapTagCollection
Inherits TokenCollection
Related API Members
The following members accept/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
Feedback