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 | 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