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

ASPxTokenBox.ValueSeparator Property

Gets or sets a separator that is used in the editor ASPxTokenBox.Value property to divide values of items, corresponding to editor tokens.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(',')]
public char ValueSeparator { get; set; }

Property Value

Type Default Description
Char ','

A Char value that specifies a separator character.

Remarks

The values of items, which correspond to editor tokens (ASPxTokenBox.Tokens), joined in the editor ASPxTokenBox.Value property, using a special separator defined by the ValueSeparator property.

Note

This property is a wrapper of the TokenBoxProperties.ValueSeparator property.

See Also