A newer version of this page is available.
Switch to the current version.
TokenCollection Class
A collection of tokens in the ASPxTokenBox.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class TokenCollection :
CustomCollection<string>
Public Class TokenCollection
Inherits CustomCollection(Of String)
Related API Members
The following members accept/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.
Implements
See Also
Feedback