ComponentOne Input for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputNumeric Class
Members

In This Topic
    C1InputNumeric Class
    In This Topic
    Web control specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
    Object Model
    C1InputNumeric Class
    Syntax
    'Declaration
     
    Public Class C1InputNumeric 
       Inherits C1InputNumber
    public class C1InputNumeric : C1InputNumber 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             C1.Web.Wijmo.Controls.C1TargetControlBase
                C1.Web.Wijmo.Controls.C1Input.C1InputBase
                   C1.Web.Wijmo.Controls.C1Input.C1InputNumber
                      C1.Web.Wijmo.Controls.C1Input.C1InputNumeric

    See Also