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

In This Topic
    C1InputPercent Class
    In This Topic
    Web control derived from C1NumericInput specialized for editing percent values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
    Object Model
    C1InputPercent Class
    Syntax
    'Declaration
     
    Public Class C1InputPercent 
       Inherits C1InputNumber
    public class C1InputPercent : 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.C1InputPercent

    See Also