Constructors
Section titled "Constructors"IgxTabItemDirective
new IgxTabItemDirective(): IgxTabItemDirective Returns IgxTabItemDirective
Properties
Section titled "Properties"disabled
Section titled "disabled"Disables the item.
disabled: boolean = false Defined in projects/igniteui-angular/tabs/src/tabs/tab-item.directive.ts:36
selectedChange
Section titled "selectedChange"Output to enable support for two-way binding on [(selected)]
selectedChange: EventEmitter<boolean> Defined in projects/igniteui-angular/tabs/src/tabs/tab-item.directive.ts:30
Accessors
Section titled "Accessors"selected
Section titled "selected"Gets/Sets whether an item is selected.
get selected(): boolean Defined in projects/igniteui-angular/tabs/src/tabs/tab-item.directive.ts:49
Returns boolean
set selected(value: boolean): void Defined in projects/igniteui-angular/tabs/src/tabs/tab-item.directive.ts:53
Parameters
- value:
boolean
Returns void