Class IgxComboToggleIconDirective

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

IgxComboModule

igx-combo-theme

combobox, combo selection

Grids & Lists

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

Constructors

Constructors