aspnetmvc-devexpress-dot-web-dot-mvc-e396ab6b.md
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
public class MVCxHtmlEditorInsertLinkDialogSettings :
HtmlEditorInsertLinkDialogSettings,
ISimpleDialog
Public Class MVCxHtmlEditorInsertLinkDialogSettings
Inherits HtmlEditorInsertLinkDialogSettings
Implements ISimpleDialog
The following members return MVCxHtmlEditorInsertLinkDialogSettings objects:
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.
DevExpress.Web.Internal.IPropertiesDirtyTracker
Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertLinkDialogSettings MVCxHtmlEditorInsertLinkDialogSettings
See Also