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.v20.2.dll
Declaration
[DefaultValue(',')]
public char TextSeparator { get; set; }
<DefaultValue(","c)>
Public Property TextSeparator As Char
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
Feedback