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