ClassKendoAngularDatePicker
KendoAngularDatePicker control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Input
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularDatePicker : KendoAngularInput
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInputKendoAngularDatePicker
Inherited Members
Constructors
KendoAngularDatePicker()
Initializes a new instance of the KendoAngularDatePicker class.
Declaration
public KendoAngularDatePicker()
KendoAngularDatePicker(Element)
Initializes a new instance of the KendoAngularDatePicker class.
Declaration
public KendoAngularDatePicker(Element element)
Parameters
element
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
Toggle(bool)
Show/hide the date picker calendar.
Declaration
public void Toggle(bool simulateRealClick = true)
Parameters
simulateRealClick