Skip to main content

ASPxHtmlEditorUploadValidationSettingsBase(IPropertiesOwner, ASPxHtmlEditorUploadSettingsBase) Constructor

Initializes a new object of the ASPxHtmlEditorUploadValidationSettingsBase type with the specified settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorUploadValidationSettingsBase(
    IPropertiesOwner owner,
    ASPxHtmlEditorUploadSettingsBase parentSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

parentSettings ASPxHtmlEditorUploadSettingsBase

An ASPxHtmlEditorUploadSettingsBase object providing access to settings related to uploading files.

See Also