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

MVCxHtmlEditorInsertImageDialogSettings Class

Contains (MVC specific) customization settings for the Insert Image dialog’s form elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorInsertImageDialogSettings :
    HtmlEditorInsertImageDialogSettings,
    IMediaDialog,
    ISimpleDialog

The following members return MVCxHtmlEditorInsertImageDialogSettings objects:

Remarks

The MVCxHtmlEditorInsertImageDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Image dialog form.

An instance of the MVCxHtmlEditorInsertImageDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertImageDialog property.

See Also