Skip to main content

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

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