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

HtmlEditorInsertImageDialogSettings Class

Contains customization settings for the Insert Image dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorInsertImageDialogSettings :
    HtmlEditorInsertMediaDialogSettings

The following members return HtmlEditorInsertImageDialogSettings objects:

Remarks

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

An instance of the HtmlEditorInsertImageDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertImageDialog property.

See Also