RegularExpressionValidationPattern Class
In This Article
Contains the settings related to the regular expression validation type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class RegularExpressionValidationPattern :
ValidationPattern
#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