TabStripState
Class
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; }