Back to Devexpress

ValidationSettings.RegularExpression Property

aspnet-devexpress-dot-web-dot-validationsettings-732b86e8.md

latest2.1 KB
Original Source

ValidationSettings.RegularExpression Property

Gets the settings that define the regular expression validation’s rules.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RegularExpressionValidationPattern RegularExpression { get; }
vb
Public ReadOnly Property RegularExpression As RegularExpressionValidationPattern

Property Value

TypeDescription
RegularExpressionValidationPattern

A RegularExpressionValidationPattern object that contains specific validation settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RegularExpression
ASPxEdit

.ValidationSettings .RegularExpression

| | EditProperties |

.ValidationSettings .RegularExpression

|

See Also

Use regular expressions in Visual Studio

Regular Expression Language - Quick Reference

Validation Settings

Validation

ValidationSettings Class

ValidationSettings Members

DevExpress.Web Namespace