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.v19.2.dll

Declaration

public class TokenCollection :
    CustomCollection<string>

The following members return TokenCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTokenBox.Tokens
TokenBoxProperties.Tokens
ASP.NET Bootstrap Controls BootstrapTagBox.Tokens
BootstrapTagBoxProperties.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