Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorImageUploadSettings :
    ASPxHtmlEditorImageUploadSettings

The following members return MVCxHtmlEditorImageUploadSettings objects:

Remarks

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

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also