Skip to main content
A newer version of this page is available. .
Tab

TokenCollection Class

A collection of tokens in the ASPxTokenBox.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TokenCollection :
    CustomCollection<string>

The following members return TokenCollection objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapTagBox.Tokens
BootstrapTagBoxProperties.Tokens
ASP.NET Web Forms Controls ASPxTokenBox.Tokens
TokenBoxProperties.Tokens

Remarks

The TokenCollection instance can be accessed via the ASPxTokenBox.Tokens property.

Note

Tokens in the TokenCollection collection must be unique.

Inheritance

Object
DevExpress.Web.Internal.CustomCollection<String>
TokenCollection
See Also