TokenBoxCustomTokensAddedEventArgs.CustomTokens Property
Gets the collection of custom tokens.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<String> | An IEnumerable<T><String,> object containing the collection of custom tokens. |
See Also