Class IgxTabsDirective

Hierarchy

Hierarchy (View Summary)

Implements

  • AfterViewInit
  • OnDestroy

Constructors

Properties

disableAnimation: boolean = false

Enables/disables the transition animation of the contents.

items: QueryList<IgxTabItemDirective>

Returns the items.

selectedIndexChange: EventEmitter<number> = ...

Output to enable support for two-way binding on [(selectedIndex)]

selectedIndexChanging: EventEmitter<ITabsSelectedIndexChangingEventArgs> = ...

Emitted when the selected index is about to change.

selectedItemChange: EventEmitter<ITabsSelectedItemChangeEventArgs> = ...

Emitted when the selected item is changed.

Accessors