ClassKendoAngularTab
KendoAngularTab control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.TabStrip
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularTab : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularTab
Inherited Members
Constructors
KendoAngularTab()
Initializes a new instance of the KendoAngularTab class.
Declaration
public KendoAngularTab()
KendoAngularTab(Element)
Initializes a new instance of the KendoAngularTab class.
Properties
IsTabDisabled
Returns 'true' if the KendoAngularTab is disabled. Otherwise 'false'.
Declaration
public bool IsTabDisabled { get; }
Property Value
Whether the item is selected
IsTabSelected
Returns 'true' if the KendoAngularTab 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