BootstrapClientTagBox.RemoveTag(index) Method
Removes a tag specified by its index from the tag box on the client.
Declaration
RemoveTag(
index: number
): void
Parameters
Name | Type | Description |
---|---|---|
index | number | An integer value that is the index of the tag to be removed. |
Remarks
Use the RemoveTag method to remove a tag by its index from the control’s tag collection (BootstrapTagBox.Tags). You can remove a tag specified by its text using the BootstrapClientTagBox.RemoveTagByText method. To add a tag to the end of the control’s tag collection, use the BootstrapClientTagBox.AddTag method.
See Also