BootstrapClientTagBox Class
A client-side equivalent of the BootstrapTagBox object.
Declaration
declare class BootstrapClientTagBox extends ASPxClientTokenBox
Remarks
The BootstrapClientTagBox object serves as a client-side equivalent of the BootstrapTagBox control, and implements the functionality of a client tag box object.
Using the methods exposed by the BootstrapClientTagBox object you can:
- add and remove a particular tag (BootstrapClientTagBox.AddTag, BootstrapClientTagBox.RemoveTag, BootstrapClientTagBox.RemoveTagByText);
- get a tag index by its text (BootstrapClientTagBox.GetTagIndexByText);
- get, set, and clear the entire tag collection (BootstrapClientTagBox.GetTagCollection, BootstrapClientTagBox.SetTagCollection, BootstrapClientTagBox.ClearTagCollection);
- get and set a tag text (ASPxClientTokenBox.GetText, ASPxClientTokenBox.SetText);
- get and set a tag value (ASPxClientTokenBox.GetValue, ASPxClientTokenBox.SetValue).
The client-side BootstrapClientTagBox.TagsChanged event allows you to respond to changes in a tag collection.
Inheritance
See Also