ClassTelerikBlazorTab
Definition
Namespace:Telerik.TestingFramework.Controls.TelerikUI.Blazor.TabStrip
Assembly:Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax:
public class TelerikBlazorTab : TelerikBlazorContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlTelerikBlazorContainerControlBaseTelerikBlazorTab
Inherited Members
Constructors
TelerikBlazorTab()
Initializes a new instance of the TelerikBlazorTab class.
Declaration
public TelerikBlazorTab()
TelerikBlazorTab(Element)
Initializes a new instance of the TelerikBlazorTab class.
Properties
IsTabDisabled
Returns 'true' if the TelerikBlazorTab is disabled. Otherwise 'false'.
Declaration
public bool IsTabDisabled { get; }
Property Value
Whether the item is selected
IsTabSelected
Returns 'true' if the TelerikBlazorTab is selected. Otherwise 'false'.
Declaration
public bool IsTabSelected { get; }
Property Value
Whether the item is selected
TabIndex
Returns the index of the current tab.
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
Select(bool)
Selects Tab
Declaration
public void Select(bool simulateRealClick = false)
Parameters
simulateRealClick
Specifies whether MouseClick should be performed instead of JavaScript Click