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

MVCxHtmlEditorInsertLinkDialogSettings Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorInsertLinkDialogSettings :
    HtmlEditorInsertLinkDialogSettings,
    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

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also