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

In This Topic
    TextBoxMinMaxType Enumeration
    In This Topic
    Enumerates the accepted kind of values for TextBoxMinMax.
    Syntax
    'Declaration
     
    
    Public Enum TextBoxMinMaxType 
       Inherits System.Enum
    public enum TextBoxMinMaxType : System.Enum 
    Members
    MemberDescription
    DateThe min/max value is a date.
    NumberThe min/max value is a number.
    Inheritance Hierarchy

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

    See Also