C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / NumberType Enumeration

NumberType Enumeration
Enumeration that determines the type of the number input.
Syntax
'Declaration
 
Public Enum NumberType 
   Inherits 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