InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / ValidatingType Property

In This Topic
    ValidatingType Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the data type used to verify the data input by the user.
    Syntax
    'Declaration
     
    Public Property ValidatingType As Type
    public Type ValidatingType {get; set;}
    See Also