ASPxClientTokenBox.ClearTokenCollection Method
In This Article
Removes all tokens contained in the token box.
#Declaration
TypeScript
ClearTokenCollection(): void
#Remarks
The ClearTokenCollection method removes all tokens from the client token box. To remove an individual token, use the ASPxClientTokenBox.RemoveToken and ASPxClientTokenBox.RemoveTokenByText methods.
See Also