dxTokenEditDefaultInputDelimiters Constant
Specifies the list of default delimiter characters that can finish each token entry in the token editor.
Declaration
const dxTokenEditDefaultInputDelimiters = ',;';
Remarks
You can change the token input delimiters at runtime by using the token editor’s Properties.InputDelimiters property.
See Also