Back to Devexpress

HtmlEditorInsertImageDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-d08e2dfa.md

latest2.7 KB
Original Source

HtmlEditorInsertImageDialogSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorInsertImageDialogSettings :
    HtmlEditorInsertMediaDialogSettings
vb
Public Class HtmlEditorInsertImageDialogSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertImageDialogSettings MVCxHtmlEditorInsertImageDialogSettings

See Also

HtmlEditorInsertImageDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace