[]
        
(Showing Draft Content)

C1.Win.Input.Formating.MaskInfo.RegexpMaskType

RegexpMaskType Property

RegexpMaskType

Gets ot sets a value that indicate RegexpMaskType of the mask in regular expression style.

Declaration
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.