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

MVCxHtmlEditorImageUploadSettings Class

Contains settings that relate to the HtmlEditor’s functionality for uploading images (this functionality can be accessed via the Insert Image Dialog‘s ‘From your computer’ option).

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorImageUploadSettings :
    ASPxHtmlEditorImageUploadSettings

The following members return MVCxHtmlEditorImageUploadSettings objects:

Remarks

An MVCxHtmlEditorImageUploadSettings class instance can be accessed via the HtmlEditorSettings.SettingsImageUpload property.

See Also