Skip to main content

HtmlEditorRequiredFieldValidationPattern(IPropertiesOwner, IValidationSettings) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorRequiredFieldValidationPattern(
    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