Skip to main content

ASPxClientTokenBox.GetTokenIndexByText(text) Method

Returns the index of a token specified by its text.

Declaration

GetTokenIndexByText(
    text: string
): number

Parameters

Name Type Description
text string

A string value that specifies the text of the token.

Returns

Type Description
number

The token index

See Also