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, C1MaskedInput also serves as the base class for specialized controls such as C1DateInput and C1NumericInput.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1MaskedInput), "C1MaskedInput.C1MaskedInput.png")]
[DefaultPropertyAttribute("Mask")]
[ToolboxDataAttribute("<{0}:C1MaskedInput runat=server Height="22px" Width="155px"></{0}:C1MaskedInput>")]
[LicenseProviderAttribute]
[ValidationPropertyAttribute("TextWithPromptAndLiterals")]
public class C1MaskedInput : C1InputBase
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(C1MaskedInput), "C1MaskedInput.C1MaskedInput.png")> _
<DefaultPropertyAttribute("Mask")> _
<ToolboxDataAttribute("<{0}:C1MaskedInput runat=server Height="22px" Width="155px"></{0}:C1MaskedInput>")> _
<LicenseProviderAttribute> _
<ValidationPropertyAttribute("TextWithPromptAndLiterals")> _
Public Class C1MaskedInput _
	Inherits C1InputBase

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1Input..::..C1InputBase
          C1.Web.UI.Controls.C1Input..::..C1MaskedInput
            C1.Web.UI.Controls.C1Input..::..C1DateInput
            C1.Web.UI.Controls.C1Input..::..C1NumericInput

See Also