Back to Devexpress

RegularExpressionValidationPattern Class

aspnet-devexpress-dot-web-b1949bba.md

latest1.9 KB
Original Source

RegularExpressionValidationPattern Class

Contains the settings related to the regular expression validation type.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RegularExpressionValidationPattern :
    ValidationPattern
vb
Public Class RegularExpressionValidationPattern
    Inherits 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).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ValidationPattern RegularExpressionValidationPattern

See Also

RegularExpressionValidationPattern Members

DevExpress.Web Namespace