Represents a tab navigation widget with static tabs at the bottom.

Hierarchy (View Summary)

Constructors

Properties

android: any

Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.

ios: any

Gets the native iOS UITabBarController that represents the user interface for this component. Valid only when running on iOS.

iosCustomPositioning?: boolean

Allow custom positioning of Tabs within another view

items: TabContentItem[]

Gets or sets the items of the BottomNavigation.

selectedIndex: number

Gets or sets the selectedIndex of the BottomNavigation.

tabStrip: TabStrip

Gets or sets the tab strip of the BottomNavigation.

selectedIndexChangedEvent: string

String value used when hooking to the selectedIndexChanged event.

Methods

  • Raised when the selected index changes.

    Parameters

    Returns any