Back to Devexpress

TokenCollection Class

aspnet-devexpress-dot-web-bf0c80a8.md

latest2.4 KB
Original Source

TokenCollection Class

A collection of tokens in the ASPxTokenBox.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TokenCollection :
    CustomCollection<string>
vb
Public Class TokenCollection
    Inherits CustomCollection(Of 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.

Implements

IList<String>

ICollection<String>

IEnumerable<String>

IList

ICollection

IEnumerable

IStateManager

Inheritance

Object DevExpress.Web.Internal.CustomCollection<String> TokenCollection BootstrapTagCollection

See Also

TokenCollection Members

Token Box

DevExpress.Web Namespace