Class KendoAngularWindowConstants
Inheritance
System.Object
KendoAngularWindowConstants
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.Window
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public static class KendoAngularWindowConstants
Fields
CssCloseButtonAttribute
Declaration
public const string CssCloseButtonAttribute = "kendowindowcloseaction"
Field Value
System.String
|
CssKContent
Declaration
public const string CssKContent = "k-content"
Field Value
System.String
|
CssKWindowTitle
Declaration
public const string CssKWindowTitle = "k-window-title"
Field Value
System.String
|
CssMaximizeButtonAttribute
Declaration
public const string CssMaximizeButtonAttribute = "kendowindowmaximizeaction"
Field Value
System.String
|
CssMinimizeButtonAttribute
Declaration
public const string CssMinimizeButtonAttribute = "kendowindowminimizeaction"
Field Value
System.String
|
CssRestoreButtonAttribute
Declaration
public const string CssRestoreButtonAttribute = "kendowindowrestoreaction"
Field Value
System.String
|
ElementFindExpression
Declaration
public const string ElementFindExpression = "tagname=kendo-window"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularWindow"
Field Value
System.String
|