Skip to main content
Tab

TokenCollection Class

A collection of tokens in the ASPxTokenBox.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TokenCollection :
    CustomCollection<string>

The following members return TokenCollection objects:

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