ClassKendoWindow
KendoWindow control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoWindow : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoWindow
Inherited Members
Constructors
KendoWindow()
Initializes a new instance of the KendoWindow class.
Declaration
public KendoWindow()
KendoWindow(Element)
Initializes a new instance of the KendoWindow class.
Properties
ClientSideLocator
Gets the client-side code that defines the KendoWindow.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
IsWindowMaximized
Returns 'true' if the Window is maximized. Otherwise 'false'.
Declaration
public bool IsWindowMaximized { get; }
Property Value
Whether the Window is maximized.
IsWindowMinimized
Returns 'true' if the Window is minimized. Otherwise 'false'.
Declaration
public bool IsWindowMinimized { get; }
Property Value
Whether the Window is minimized.
Title
Gets/Sets current KendoWindow title.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
IsWindowModal()
Returns 'true' if the Window is modal. Otherwise 'false'.