Class KendoAngularTab
Inheritance
System.Object
KendoAngularTab
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 KendoAngularTab : KendoAngularContainerControlBase
Constructors
KendoAngularTab()
Declaration
public KendoAngularTab()
KendoAngularTab(Element)
Properties
IsTabDisabled
Declaration
public bool IsTabDisabled { get; }
Property Value
System.Boolean
|
IsTabSelected
Declaration
public bool IsTabSelected { get; }
Property Value
System.Boolean
|
TabIndex
Declaration
public int TabIndex { get; }
Property Value
System.Int32
|
Title
Declaration
public string Title { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
Select(Boolean)
Declaration
public void Select(bool simulateRealClick = false)
Parameters
System.Boolean
simulateRealClick
|