Class TelerikBlazorNumericTextBox
Inheritance
System.Object
TelerikBlazorNumericTextBox
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.NumericTextBox
Assembly: Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll
Syntax
public class TelerikBlazorNumericTextBox : TelerikBlazorContainerControlBase
Constructors
TelerikBlazorNumericTextBox()
Declaration
public TelerikBlazorNumericTextBox()
TelerikBlazorNumericTextBox(Element)
Properties
DisplayText
Declaration
public string DisplayText { get; }
Property Value
System.String
|
HasArrows
Declaration
public bool HasArrows { get; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Decrement(Int32, Int32)
Declaration
public void Decrement(int count = 1, int delay = 500)
Parameters
System.Int32
count
|
System.Int32
delay
|
Increment(Int32, Int32)
Declaration
public void Increment(int count = 1, int delay = 500)
Parameters
System.Int32
count
|
System.Int32
delay
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
ReadValue(Int32)
Declaration
public double ReadValue(int readDelay = 500)
Parameters
System.Int32
readDelay
|
Returns
System.Double
|
WriteValue(Double, IFormatProvider, Int32, Int32)
Declaration
public void WriteValue(double value, IFormatProvider formatProvider = null, int writeDelay = 500, int keyPressDelay = 50)
Parameters
System.Double
value
|
System.IFormatProvider
formatProvider
|
System.Int32
writeDelay
|
System.Int32
keyPressDelay
|