KendoAngularTabStrip
Class
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.TabStrip
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
C#
public class KendoAngularTabStrip : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularTabStrip...
Inherited Members
Constructors
C#
public KendoAngularTabStrip()
Properties
C#
public IList<KendoAngularTab> AllTabs { get; }
C#
public int AllTabsCount { get; }
C#
public int DisabledTabsCount { get; }
Methods
C#
public IList<KendoAngularTab> FindItems(Func<KendoAngularTab, bool> predicate)
C#
public KendoAngularTab FindTab(Func<KendoAngularTab, bool> predicate)
C#
protected override void InitializeMatchExpression()
Overrides: