ClassKendoFilterMenuInput
KendoFilterMenuInput control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoFilterMenuInput : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoFilterMenuInput
Inherited Members
Constructors
KendoFilterMenuInput()
Initializes a new instance of the KendoMenuInput class.
Declaration
public KendoFilterMenuInput()
KendoFilterMenuInput(Element)
Initializes a new instance of the KendoFilterMenuInput class.
Declaration
public KendoFilterMenuInput(Element element)
Parameters
element
Properties
InputValue
Get or set the client-side input value.
Declaration
public string InputValue { get; set; }
Property Value
The input value.
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
TypeText(string)
Types text into the input.
Declaration
public void TypeText(string valueTyped)
Parameters
valueTyped
The text to be typed.
TypeText(string, int)
Types text into the input. KeyHoldTime internally set to 50.
TypeText(string, int, int)
Types text into the input.