aspnet-devexpress-dot-web-bf0c80a8.md
A collection of tokens in the ASPxTokenBox.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TokenCollection :
CustomCollection<string>
Public Class TokenCollection
Inherits CustomCollection(Of String)
The following members return TokenCollection objects:
The TokenCollection instance can be accessed via the ASPxTokenBox.Tokens property.
Note
Tokens in the TokenCollection collection must be unique.
Object DevExpress.Web.Internal.CustomCollection<String> TokenCollection BootstrapTagCollection
See Also