Skip to main content
Tab

RegularExpressionValidationPattern(IPropertiesOwner, IValidationSettings) Constructor

Initializes a new instance of the RegularExpressionValidationPattern class with the specified owner and validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RegularExpressionValidationPattern(
    IPropertiesOwner owner,
    IValidationSettings validationSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

validationSettings DevExpress.Web.IValidationSettings

An object that implements the IValidationSettings interface.

See Also