Back to Devexpress

BootstrapTagCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d5202614.md

latest1.7 KB
Original Source

BootstrapTagCollection Class

A collection of tags in the Tag Box.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTagCollection :
    TokenCollection
vb
Public Class BootstrapTagCollection
    Inherits 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

BootstrapTagCollection Members

Tag Box

DevExpress.Web.Bootstrap Namespace