RegularExpressionValidationPattern Class
Contains the settings related to the regular expression validation type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return RegularExpressionValidationPattern objects:
Remarks
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).
Inheritance
Object
StateManager
PropertiesBase
ValidationPattern
RegularExpressionValidationPattern
See Also