Skip to main content

MVCxHtmlEditorImageUploadSettings(IPropertiesOwner, HtmlEditorImageSelectorSettings) Constructor

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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