ASPxClientTokenBox.ClearTokenCollection Method
Removes all tokens contained in the token box.
Declaration
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