BootstrapTagBoxCssClasses Properties
Stores CSS classes applied to visual elements of the Tag Box control.| Name | Description |
|---|---|
| Caption | Gets or sets the name of a CSS class applied to the editor caption element. Inherited from BootstrapEditorCssClassesBase. |
| Control | Gets or sets the name of a CSS class applied to the control’s root element. |
| IconTagRemoveButton | The CSS class of an icon displayed by the Tag Box control’s Remove Tag button. |
| Input | Gets or sets the name of a CSS class applied to the input element. |
| Item | Gets or sets the name of a CSS class applied to a list item element. Inherited from BootstrapComboBoxCssClasses. |
| ListBox | Gets or sets the name of a CSS class applied to the dropdown list box element. Inherited from BootstrapComboBoxCssClasses. |
| NullText | Gets or sets the name of a CSS class applied to the Null Text element. Inherited from BootstrapButtonEditCssClasses. |
| Tag | Gets or sets the name of a CSS class applied to a tag element. |
| TagRemoveButton | Gets or sets the name of a CSS class applied to a tag’s Remove button element. |
See Also