Skip to main content
Tab

ASPxTokenBox.TextSeparator Property

Gets or sets a separator that is used in the editor ASPxTokenBox.Text property to divide tokens.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Char ','

A Char value that specifies a separator character.

Remarks

The text of multiple tokens are joined in the editor ASPxTokenBox.Text property, using a special separator defined by the TextSeparator property.

Note

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

See Also