Search Results for

    Show / Hide Table of Contents

    Class RadNumericBox

    Defines a wrapper for the Telerik UWP RadNumericBox control.

    Inheritance
    System.Object
    WindowsElementWrapper
    RadNumericBox
    Inherited Members
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.Telerik
    Assembly: Legerity.Telerik.Uwp.dll
    Syntax
    public class RadNumericBox : WindowsElementWrapper

    Constructors

    | Improve this Doc View Source

    RadNumericBox(WindowsElement)

    Initializes a new instance of the RadNumericBox class.

    Declaration
    public RadNumericBox(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Properties

    | Improve this Doc View Source

    DecreaseButton

    Gets the element associated with the decrease button.

    Declaration
    public virtual Button DecreaseButton { get; }
    Property Value
    Type Description
    Button
    | Improve this Doc View Source

    Increase

    Gets the element associated with the increase button.

    Declaration
    public virtual Button Increase { get; }
    Property Value
    Type Description
    Button
    | Improve this Doc View Source

    InputBox

    Gets the element associated with the input text box.

    Declaration
    public virtual TextBox InputBox { get; }
    Property Value
    Type Description
    TextBox
    | Improve this Doc View Source

    IsReadonly

    Gets a value indicating whether the control is in a readonly state.

    Declaration
    public virtual bool IsReadonly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Maximum

    Gets the maximum value of the RadNumericBox.

    Declaration
    public virtual double Maximum { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Minimum

    Gets the minimum value of the RadNumericBox.

    Declaration
    public virtual double Minimum { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    SmallChange

    Gets the small change (step) value of the RadNumericBox.

    Declaration
    public virtual double SmallChange { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Value

    Gets the value of the RadNumericBox.

    Declaration
    public virtual double Value { get; }
    Property Value
    Type Description
    System.Double

    Methods

    | Improve this Doc View Source

    Decrement()

    Decreases the number box value by the SmallChange value.

    Declaration
    public virtual void Decrement()
    | Improve this Doc View Source

    Increment()

    Increases the number box value by the SmallChange value.

    Declaration
    public virtual void Increment()
    | Improve this Doc View Source

    SetValue(Double)

    Sets the value of the RadNumericBox.

    Declaration
    public virtual void SetValue(double value)
    Parameters
    Type Name Description
    System.Double value

    The value.

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to RadNumericBox)

    Allows conversion of a to the RadNumericBox without direct casting.

    Declaration
    public static implicit operator RadNumericBox(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    RadNumericBox

    The RadNumericBox.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadNumericBox)

    Allows conversion of a to the RadNumericBox without direct casting.

    Declaration
    public static implicit operator RadNumericBox(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    RadNumericBox

    The RadNumericBox.

    | Improve this Doc View Source

    Implicit(WindowsElement to RadNumericBox)

    Allows conversion of a to the RadNumericBox without direct casting.

    Declaration
    public static implicit operator RadNumericBox(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    RadNumericBox

    The RadNumericBox.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps