ClassKendoAngularTabStrip
KendoAngularTabStrip control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.TabStrip
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularTabStrip : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularTabStrip
Inherited Members
Constructors
KendoAngularTabStrip()
Initializes a new instance of the KendoAngularTabStrip class.
Declaration
public KendoAngularTabStrip()
KendoAngularTabStrip(Element)
Initializes a new instance of the KendoAngularTabStrip class.
Declaration
public KendoAngularTabStrip(Element element)
Parameters
element
Properties
AllTabs
Gets all tabs of the KendoAngularTabStrip
Declaration
public IList<KendoAngularTab> AllTabs { get; }
Property Value
AllTabsCount
Returns the count of all tabs of the KendoAngularTabStrip
DisabledTabsCount
Returns the count of disabled tabs of the KendoAngularTabStrip
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
FindItems(Func<KendoAngularTab, bool>)
Get the list of the sub tabs matching the given predicate.
Declaration
public IList<KendoAngularTab> FindItems(Func<KendoAngularTab, bool> predicate)
Parameters
predicate
The predicate to search for.
Returns
The list of the data items matching the given predicate.
FindTab(Func<KendoAngularTab, bool>)
Gets the first tab matching given predicate or null if no match was found.
Declaration
public KendoAngularTab FindTab(Func<KendoAngularTab, bool> predicate)
Parameters
predicate
The predicate used as a search criteria.
Returns
The tab found or 'null' if no tab matches the given search criteria.
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.