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.v21.2.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:

Library Object Type Path to RegularExpression
ASP.NET Bootstrap Controls BootstrapSchedulerDateNavigatorProperties
.ValidationSettings .RegularExpression
ASP.NET Web Forms Controls ASPxEdit
.ValidationSettings .RegularExpression
EditProperties
.ValidationSettings .RegularExpression
See Also