Class KendoAngularSwitchConstants
Inheritance
System.Object
KendoAngularSwitchConstants
Inherited Members
System.Object.ToString()
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 KendoAngularSwitchConstants
Constructors
KendoAngularSwitchConstants()
Declaration
public KendoAngularSwitchConstants()
Fields
CssSwitchContainer
Declaration
public const string CssSwitchContainer = "k-switch-container"
Field Value
System.String
|
CssSwitchHandle
Declaration
public const string CssSwitchHandle = "k-switch-handle"
Field Value
System.String
|
CssSwitchLabelOff
Declaration
public const string CssSwitchLabelOff = "k-switch-label-off"
Field Value
System.String
|
CssSwitchLabelOn
Declaration
public const string CssSwitchLabelOn = "k-switch-label-on"
Field Value
System.String
|
CssSwitchOn
Declaration
public const string CssSwitchOn = "k-switch-on"
Field Value
System.String
|
CssSwitchThumb
Declaration
public const string CssSwitchThumb = "k-switch-thumb"
Field Value
System.String
|
ElementFindExpression
Declaration
public const string ElementFindExpression = "tagname=kendo-switch"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularSwitch"
Field Value
System.String
|
SwitchControlTagName
Declaration
public const string SwitchControlTagName = "kendo-switch"
Field Value
System.String
|