Class TelerikBlazorTextBox
Inheritance
System.Object
TelerikBlazorTextBox
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.TelerikUI.Blazor.TextBox
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorTextBox : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorTextBox()
Declaration
public TelerikBlazorTextBox()
TelerikBlazorTextBox(Element)
Properties
DisplayText
Declaration
public string DisplayText { get; }
Property Value
System.String
|
FloatingLabelText
Declaration
public string FloatingLabelText { get; }
Property Value
System.String
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
GetText()
Declaration
protected virtual string GetText()
Returns
System.String
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
ReadValue(Int32)
Declaration
public string ReadValue(int readDelay = 500)
Parameters
System.Int32
readDelay
|
Returns
System.String
|
WriteValue(String, Int32, Int32)
Declaration
public void WriteValue(string value, int writeDelay = 500, int keyPressDelay = 50)
Parameters
System.String
value
|
System.Int32
writeDelay
|
System.Int32
keyPressDelay
|