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.v24.2.dll
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