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

TokenBoxCustomTokensAddedEventArgs.CustomTokens Property

Gets the collection of custom tokens.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public IEnumerable<string> CustomTokens { get; }

Property Value

Type Description
IEnumerable<String>

An IEnumerable<T><String,> object containing the collection of custom tokens.

See Also