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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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