ASPxClientTokenBox.RemoveTokenByText(text) Method
Removes a token specified by its text from the client token box.
Declaration
RemoveTokenByText(
text: string
): void
Parameters
Name | Type | Description |
---|---|---|
text | string | A string value that is the text of the token to be removed. |
Remarks
Use the RemoveTokenByText method to remove a token with the specified text from the token collection. You can remove a token specified by its index using the ASPxClientTokenBox.RemoveToken method. To add a token to the end of the control’s token collection, use the ASPxClientTokenBox.AddToken method.
See Also