New to Telerik UI for BlazorStart a free 30-day trial

The state of the TabStrip component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TabStripState

Inheritance: objectTabStripState

Constructors

C#
public TabStripState()

Properties

The active tab id of the TabStrip.

C#
public string ActiveTabId { get; set; }

Collection containing the states of all the tabs of the TabStrip.

C#
public List<TabStripTabState> TabStates { get; set; }