TabsShowTabByIndexAsync Method

Selects the tab by index and show its associated pane.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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