Class
KendoAngularSwitchConstants

String constants of the KendoAngularSwitch

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Switch

Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll

Syntax:

cs-api-definition
public class KendoAngularSwitchConstants

Inheritance: objectKendoAngularSwitchConstants

Constructors

KendoAngularSwitchConstants()

Declaration

cs-api-definition
public KendoAngularSwitchConstants()

Fields

CssSwitchContainer

Declaration

cs-api-definition
public const string CssSwitchContainer = "k-switch-container"

Field Value

string

CssSwitchHandle

Declaration

cs-api-definition
public const string CssSwitchHandle = "k-switch-handle"

Field Value

string

CssSwitchLabelOff

Declaration

cs-api-definition
public const string CssSwitchLabelOff = "k-switch-label-off"

Field Value

string

CssSwitchLabelOn

Declaration

cs-api-definition
public const string CssSwitchLabelOn = "k-switch-label-on"

Field Value

string

CssSwitchOn

Declaration

cs-api-definition
public const string CssSwitchOn = "k-switch-on"

Field Value

string

CssSwitchThumb

Declaration

cs-api-definition
public const string CssSwitchThumb = "k-switch-thumb"

Field Value

string

ElementFindExpression

Declaration

cs-api-definition
public const string ElementFindExpression = "tagname=kendo-switch"

Field Value

string

Name

Declaration

cs-api-definition
public const string Name = "KendoAngularSwitch"

Field Value

string

SwitchControlTagName

Declaration

cs-api-definition
public const string SwitchControlTagName = "kendo-switch"

Field Value

string