Skip to main content

ASPxClientTokenBox.GetTokenTextHtmlElement(index) Method

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

Declaration

GetTokenTextHtmlElement(
    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 text.

See Also