Class
TabStripState

The state of the TabStrip component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TabStripState

Inheritance: objectTabStripState

Constructors

TabStripState()

Declaration

cs-api-definition
public TabStripState()

Properties

ActiveTabId

The active tab id of the TabStrip.

Declaration

cs-api-definition
public string ActiveTabId { get; set; }

Property Value

string

TabStates

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

Declaration

cs-api-definition
public List<TabStripTabState> TabStates { get; set; }

Property Value

List<TabStripTabState>