Class KendoAngularButtonConstants
Inheritance
System.Object
KendoAngularButtonConstants
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.Button
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularButtonConstants
Fields
CssActiveClass
Declaration
public const string CssActiveClass = "k-state-active"
Field Value
System.String
|
CssActiveClassR32022
Declaration
public const string CssActiveClassR32022 = "k-active"
Field Value
System.String
|
CssKendoButtonAtribute
Declaration
public const string CssKendoButtonAtribute = "kendobutton"
Field Value
System.String
|
CssPrimaryClass
Declaration
public const string CssPrimaryClass = "primary"
Field Value
System.String
|
ElementFindExpression
Declaration
public const string ElementFindExpression = "kendobutton=+"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularButton"
Field Value
System.String
|