Skip to main content
Tab

RegularExpressionValidationPattern Class

Contains the settings related to the regular expression validation type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RegularExpressionValidationPattern :
    ValidationPattern

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