ASPxHtmlEditorImageUploadValidationSettings(IPropertiesOwner, ASPxHtmlEditorImageUploadSettings) Constructor
Initializes a new instance of the ASPxHtmlEditorImageUploadValidationSettings class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
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