ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / NumberType Enumeration

In This Topic
    NumberType Enumeration
    In This Topic
    Enumeration that determines the type of the number input.
    Syntax
    'Declaration
     
    Public Enum NumberType 
       Inherits System.Enum
    public enum NumberType : System.Enum 
    Members
    MemberDescription
    CurrencyA currency type number input.
    NumericA numeric type number input.
    PercentA percent type number input.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.NumberType

    See Also