TokenBoxCustomTokensAddedEventArgs.CustomTokens Property
Gets the collection of custom tokens.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public IEnumerable<string> CustomTokens { get; }
Public ReadOnly Property CustomTokens As IEnumerable(Of String)
Property Value
Type | Description |
---|---|
IEnumerable<String> | An IEnumerable<T><String,> object containing the collection of custom tokens. |
See Also
Feedback