Skip to main content
A newer version of this page is available. .
Tab

ValidationSettings.RegularExpression Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.1.dll

NuGet Package: DevExpress.Web

Declaration

public RegularExpressionValidationPattern RegularExpression { get; }

Property Value

Type Description
RegularExpressionValidationPattern

A RegularExpressionValidationPattern object that contains specific validation settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to RegularExpression
ASPxEdit
.ValidationSettings .RegularExpression
EditProperties
.ValidationSettings .RegularExpression
See Also