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

Represents a tab state.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TabStripTabState

Inheritance: objectTabStripTabState

Constructors

C#
public TabStripTabState()

Properties

The id of the tab.

C#
public string Id { get; set; }

Specifies whether the tab is pinned.

C#
public bool Pinned { get; set; }

Specifies whether the tab is visible.

C#
public bool Visible { get; set; }