Class KendoAngularTabStrip
Inheritance
System.Object
KendoAngularTabStrip
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.KendoUI.Angular.TabStrip
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularTabStrip : KendoAngularContainerControlBase
Constructors
KendoAngularTabStrip()
Declaration
public KendoAngularTabStrip()
KendoAngularTabStrip(Element)
Properties
AllTabs
Declaration
public IList<KendoAngularTab> AllTabs { get; }
Property Value
System.Collections.Generic.IList<KendoAngularTab>
|
AllTabsCount
Declaration
public int AllTabsCount { get; }
Property Value
System.Int32
|
DisabledTabsCount
Declaration
public int DisabledTabsCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
FindItems(Func<KendoAngularTab, Boolean>)
Declaration
public IList<KendoAngularTab> FindItems(Func<KendoAngularTab, bool> predicate)
Parameters
System.Func<KendoAngularTab, System.Boolean>
predicate
|
Returns
System.Collections.Generic.IList<KendoAngularTab>
|
FindTab(Func<KendoAngularTab, Boolean>)
Declaration
public KendoAngularTab FindTab(Func<KendoAngularTab, bool> predicate)
Parameters
System.Func<KendoAngularTab, System.Boolean>
predicate
|
Returns
KendoAngularTab
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)
Parameters
System.Int32
index
|