ASPxClientTokenBox.GetTokenIndexByText(text) Method
In This Article
Returns the index of a token specified by its text.
#Declaration
TypeScript
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