Class KendoAngularDialogConstants
Inheritance
System.Object
KendoAngularDialogConstants
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.Dialog
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularDialogConstants
Constructors
KendoAngularDialogConstants()
Declaration
public KendoAngularDialogConstants()
Fields
CssKDialogClose
Declaration
public const string CssKDialogClose = "k-i-x"
Field Value
System.String
|
CssKDialogContent
Declaration
public const string CssKDialogContent = "k-dialog-content"
Field Value
System.String
|
CssKDialogTitle
Declaration
public const string CssKDialogTitle = "k-dialog-title"
Field Value
System.String
|
ElementFindExpression
Declaration
public const string ElementFindExpression = "tagname=kendo-dialog"
Field Value
System.String
|
MaxDepth
Declaration
public const int MaxDepth = 6
Field Value
System.Int32
|
Name
Declaration
public const string Name = "KendoAngularDialog"
Field Value
System.String
|
R22022SP1CssKDialogClose
Declaration
public const string R22022SP1CssKDialogClose = "k-dialog-close"
Field Value
System.String
|