ClassKendoTabStrip
KendoTabStrip control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoTabStrip : KendoUIContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoUIContainerControlBaseKendoTabStrip
Inherited Members
Constructors
KendoTabStrip()
Initializes a new instance of the KendoTabStrip class.
Declaration
public KendoTabStrip()
KendoTabStrip(Element)
Initializes a new instance of the KendoTabStrip class.
Properties
AllTabs
Collection containing the sub tab items of the TabStrip.
ClientSideLocator
Gets the client-side code that defines the KendoTabStrip.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
FindItems(Predicate<KendoTab>)
Get the list of the sub tabs matching the given predicate.
FindTab(Predicate<KendoTab>)
Find tab by given predicate.
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.