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

ASPxClientTokenBox.GetTokenRemoveButtonHtmlElement(index) Method

Returns an HTML span element that corresponds to the specified token‘s remove button.

Declaration

GetTokenRemoveButtonHtmlElement(
    index: number
): any

Parameters

Name Type Description
index number

An integer value that is the token index.

Returns

Type Description
any

An object that is the HTML span element that corresponds to the specified token’s remove button.

See Also