Back to Devexpress

MVCxHtmlEditorInsertLinkDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-e396ab6b.md

latest2.5 KB
Original Source

MVCxHtmlEditorInsertLinkDialogSettings Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorInsertLinkDialogSettings :
    HtmlEditorInsertLinkDialogSettings,
    ISimpleDialog
vb
Public Class MVCxHtmlEditorInsertLinkDialogSettings
    Inherits HtmlEditorInsertLinkDialogSettings
    Implements ISimpleDialog

The following members return MVCxHtmlEditorInsertLinkDialogSettings objects:

Remarks

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

An instance of the MVCxHtmlEditorInsertLinkDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertLinkDialog property.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertLinkDialogSettings MVCxHtmlEditorInsertLinkDialogSettings

See Also

MVCxHtmlEditorInsertLinkDialogSettings Members

DevExpress.Web.Mvc Namespace