TabsShowTabByIndexAsync Method

Selects the tab by index and show its associated pane.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task ShowTabByIndexAsync(
	int tabIndex
)

Parameters

tabIndex  Int32
The zero-based index of the element to get or set.

Return Value

Task
Task completion

Exceptions

ArgumentExceptionThrown if tabIndex is outside the bounds of the _innerTabs array.

See Also