TokenBoxProperties.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.v24.1.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
The TextSeparator property synchronizes its value with the editor’s ASPxTokenBox.TextSeparator property.
See Also