Skip to main content
A newer version of this page is available. .

ASPxClientTokenBox.RemoveToken(index) Method

Removes a token specified by its index from the client token box.

Declaration

RemoveToken(
    index: number
): void

Parameters

Name Type Description
index number

An integer value that is the index of the token to be removed.

Remarks

Use the RemoveToken method to remove a token by its index. You can remove a token specified by its text using the ASPxClientTokenBox.RemoveTokenByText method. To add a token to the end of the control’s token collection, use the ASPxClientTokenBox.AddToken method.

See Also