TabsShowTabByIndexAsync Method

Selects the tab by index and show its associated pane.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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