ValidationPattern(IPropertiesOwner, IValidationSettings) Constructor
Initializes a new instance of the ValidationPattern class with the specified owner and validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ValidationPattern(
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