ASPxTokenBox.TextSeparator Property
In This Article
Gets or sets a separator that is used in the editor ASPxTokenBox.Text property to divide tokens.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 Token
See Also