Class IgxComboToggleIconDirective

The custom template that will be used when rendering the combo's toggle button

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

Grids & Lists

Example

<igx-combo #combo>
<ng-template igxComboToggleIcon let-collapsed>
<igx-icon>{{ collapsed ? 'remove_circle' : 'remove_circle_outline'}}</igx-icon>
</ng-template>
</igx-combo>

Constructors

Constructors