Skip to main content
Tab

ASPxTokenBox.Text Property

Gets or sets the editor token texts, separated with a sign specified by the ASPxTokenBox.TextSeparator property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A string value that is token texts separated by a text separator.

Remarks

The Text property contains the editor token texts that are joined using a special separator defined by the ASPxTokenBox.TextSeparator property.

When end-users change tokens, the Text property value is updated accordingly. Alternatively, the control tokens can be changed by specifying the Text property value.

On the client side, you can get or set editor text using the ASPxClientTokenBox.GetText or ASPxClientTokenBox.SetText method respectively.

See Also