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

TokenBoxProperties.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.1.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 (TokenBoxProperties.Tokens), joined in the editor ASPxTokenBox.Value property, using a special separator defined by the ValueSeparator property.

Note

The ValueSeparator property synchronizes its value with the editor’s ASPxTokenBox.ValueSeparator property.

See Also