Class KendoAngularSwitch
Inheritance
System.Object
    
    
    
    
    KendoAngularSwitch
  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.Switch
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularSwitch : KendoAngularContainerControlBaseConstructors
KendoAngularSwitch()
Declaration
public KendoAngularSwitch()KendoAngularSwitch(Element)
Properties
IsSwitchOn
Declaration
public bool IsSwitchOn { get; }Property Value
| System.Boolean 
 | 
OffStateLabel
Declaration
public string OffStateLabel { get; }Property Value
| System.String 
 | 
OnStateLabel
Declaration
public string OnStateLabel { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
Toggle()
Declaration
public void Toggle()