aspnet-devexpress-dot-web-b1949bba.md
Contains the settings related to the regular expression validation type.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RegularExpressionValidationPattern :
ValidationPattern
Public Class RegularExpressionValidationPattern
Inherits ValidationPattern
The following members return RegularExpressionValidationPattern objects:
The properties exposed by the RegularExpressionValidationPattern class allow the regular expression representing the validation criteria to be specified (RegularExpressionValidationPattern.ValidationExpression) and the corresponding error text defined (RegularExpressionValidationPattern.ErrorText).
Object StateManager PropertiesBase ValidationPattern RegularExpressionValidationPattern
See Also