BootstrapClientComboBox.GetItemBadgeIconCssClass(index) Method
Gets the CSS class of the icon displayed within a Combo Box item badge.
Declaration
GetItemBadgeIconCssClass(
index: number
): string
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of a Combo Box item. |
Returns
| Type | Description |
|---|---|
| string | A String containing the name of a CSS class. |
See Also