ClassTelerikBlazorTabStrip
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TabStrip
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTabStrip : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorTabStrip
Inherited Members
Constructors
TelerikBlazorTabStrip()
Initializes a new instance of the TelerikBlazorTabStrip class.
Declaration
public TelerikBlazorTabStrip()
TelerikBlazorTabStrip(Element)
Initializes a new instance of the TelerikBlazorTabStrip class.
Declaration
public TelerikBlazorTabStrip(Element element)
Parameters
element
Properties
AllTabs
Gets all tabs of the TelerikBlazorTabStrip
Declaration
public IList<TelerikBlazorTab> AllTabs { get; }
Property Value
AllTabsCount
Returns the count of all tabs of the TelerikBlazorTabStrip
DisabledTabsCount
Returns the count of disabled tabs of the TelerikBlazorTabStrip
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(int)
Selects Tab by index, zero based.
SelectByText(string)
Selects Tab by tittle.