ClassTabStripState
Class
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.
TabStates
Collection containing the states of all the tabs of the TabStrip.
Declaration
cs-api-definition
public List<TabStripTabState> TabStates { get; set; }
Property Value