Skip to main content
A newer version of this page is available. .

MVCxHtmlEditorImageUploadSettings(IPropertiesOwner, HtmlEditorImageSelectorSettings) Constructor

Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxHtmlEditorImageUploadSettings(
    IPropertiesOwner owner,
    HtmlEditorImageSelectorSettings associatedSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

associatedSettings HtmlEditorImageSelectorSettings

An HtmlEditorImageSelectorSettings object containing the associated Image Selector settings.

See Also