Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxStepType Enumeration

In This Topic
    TextBoxStepType Enumeration
    In This Topic
    Enumerates the accepted kind of steps for TextBoxStep.
    Syntax
    'Declaration
     
    
    Public Enum TextBoxStepType 
       Inherits System.Enum
    public enum TextBoxStepType : System.Enum 
    Members
    MemberDescription
    AnyAny number is accepted.
    NumberSpecifies the interval between legal numbers in the input field. Default is 1.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.TextBoxStepType

    See Also