Class
TabStripTabState

Represents a tab state.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TabStripTabState

Inheritance: objectTabStripTabState

Constructors

TabStripTabState()

Declaration

cs-api-definition
public TabStripTabState()

Properties

Id

The id of the tab.

Declaration

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

Property Value

string

Pinned

Specifies whether the tab is pinned.

Declaration

cs-api-definition
public bool Pinned { get; set; }

Property Value

bool

Visible

Specifies whether the tab is visible.

Declaration

cs-api-definition
public bool Visible { get; set; }

Property Value

bool