A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(',')]
public char ValueSeparator { get; set; }
<DefaultValue(","c)>
Public Property ValueSeparator As Char
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
Feedback