ClassKendoAngularWindowConstants
Class
String constants of the KendoAngularWindow
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Window
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
cs-api-definition
public static class KendoAngularWindowConstants
Inheritance: objectKendoAngularWindowConstants
Fields
CssCloseButtonAttribute
The CSS attribute identifying the close button.
Declaration
cs-api-definition
public const string CssCloseButtonAttribute = "kendowindowcloseaction"
Field Value
CssKContent
The CSS class identifying the content.
CssKWindowTitle
The CSS class identifying the title.
Declaration
cs-api-definition
public const string CssKWindowTitle = "k-window-title"
Field Value
CssMaximizeButtonAttribute
The CSS attribute identifying the maximize button.
Declaration
cs-api-definition
public const string CssMaximizeButtonAttribute = "kendowindowmaximizeaction"
Field Value
CssMinimizeButtonAttribute
The CSS attribute identifying the minimize button.
Declaration
cs-api-definition
public const string CssMinimizeButtonAttribute = "kendowindowminimizeaction"
Field Value
CssRestoreButtonAttribute
The CSS attribute identifying the restore button.
Declaration
cs-api-definition
public const string CssRestoreButtonAttribute = "kendowindowrestoreaction"
Field Value
ElementFindExpression
Element find expression for the KendoAngularWindow.
Declaration
cs-api-definition
public const string ElementFindExpression = "tagname=kendo-window"
Field Value