Class KendoInput
Inheritance
System.Object
KendoInput
Inherited Members
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
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoInput : KendoUIContainerControlBase
Constructors
KendoInput()
Declaration
public KendoInput()
KendoInput(Element)
Properties
CalendarOpened
Declaration
public string CalendarOpened { get; }
Property Value
System.String
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
ComboOpened
Declaration
public string ComboOpened { get; }
Property Value
System.String
|
DateString
Declaration
public string DateString { get; }
Property Value
System.String
|
Format
Declaration
public string Format { get; }
Property Value
System.String
|
InputText
Declaration
public string InputText { get; set; }
Property Value
System.String
|
InputType
InputValue
Declaration
public string InputValue { get; set; }
Property Value
System.String
|
TimePickerOpened
Declaration
public string TimePickerOpened { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
Clear()
Declaration
public void Clear()
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SetObjectToInputValue(String)
Declaration
public void SetObjectToInputValue(string objectGenratorScript)
Parameters
System.String
objectGenratorScript
|
ToggleCalendar()
Declaration
public void ToggleCalendar()
ToggleCombo()
Declaration
public void ToggleCombo()
ToggleTimePicker()
Declaration
public void ToggleTimePicker()
TypeText(String)
Declaration
public void TypeText(string valueTyped)
Parameters
System.String
valueTyped
|
TypeText(String, Int32)
Declaration
public void TypeText(string valueTyped, int keyPressTime)
Parameters
System.String
valueTyped
|
System.Int32
keyPressTime
|
TypeText(String, Int32, Int32)
Declaration
public void TypeText(string valueTyped, int keyPressTime, int keyHoldTime)
Parameters
System.String
valueTyped
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|