ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / RegexpMaskType Property

In This Topic
    RegexpMaskType Property
    In This Topic
    Gets ot sets a value that indicate RegexpMaskType of the mask in regular expression style.
    Syntax
    'Declaration
     
    Public Property RegexpMaskType As RegexpMaskType
    public RegexpMaskType RegexpMaskType {get; set;}
    Remarks

    RegexpMask is mask based on MS Regex with support of custom RegexpEditMask keywords. It is only validated on exit from edit mode.

    C1RegexpEditMask is regular expression mask based on custom regex parser. It can be validated during entering text.

    See Also