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

In This Topic
    C1InputMask Class
    In This Topic
    The main Web control used for entering and editing information of any data type in a text form. Supports data formatting, edit mask, data validation and other features. Supports formatted and masked editing of all data types, including additional functionality. Apart from being the main data editor control, C1InputMask also serves as the base class for specialized controls such as C1DateInput and C1NumericInput.
    Object Model
    C1InputMask Class
    Syntax
    'Declaration
     
    Public Class C1InputMask 
       Inherits C1InputBase
    public class C1InputMask : C1InputBase 
    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.C1InputMask

    See Also