Skip to main content

MVCxHtmlEditorInsertImageDialogSettings Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also