ASPxHtmlEditorImageUploadValidationSettings(IPropertiesOwner, ASPxHtmlEditorImageUploadSettings) Constructor
Initializes a new instance of the ASPxHtmlEditorImageUploadValidationSettings class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxHtmlEditorImageUploadValidationSettings(
IPropertiesOwner owner,
ASPxHtmlEditorImageUploadSettings parentSettings
)
Parameters
| Name | Type | Description |
|---|---|---|
| owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
| parentSettings | ASPxHtmlEditorImageUploadSettings | An ASPxHtmlEditorImageUploadSettings object providing access to settings that relate to uploading images. |
See Also