ClassKendoTab
Class
KendoTab control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
cs-api-definition
public class KendoTab : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoTab
Inherited Members
Constructors
KendoTab()
Initializes a new instance of the KendoTab class.
Declaration
cs-api-definition
public KendoTab()
KendoTab(Element)
Initializes a new instance of the KendoTab class.
Properties
Selected
Returns 'true' if the Tab is selected. Otherwise 'false'.
Declaration
cs-api-definition
public bool Selected { get; }
Property Value
Whether the Tab is selected
TabIndex
Returns the index of the current tab.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
Disabled()
Returns 'true' if the Tab is disabled. Otherwise 'false'.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
cs-api-definition
protected override void InitializeMatchExpression()
Overrides