MVCxHtmlEditorInsertLinkDialogSettings Class
Contains (MVC specific) customization settings for the Insert Link dialog’s form elements.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public class MVCxHtmlEditorInsertLinkDialogSettings :
HtmlEditorInsertLinkDialogSettings,
ISimpleDialog
Related API Members
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.
Inheritance
Object
StateManager
PropertiesBase
ASPxHtmlEditorSettingsBase
HtmlEditorDialogSettingsBase
HtmlEditorInsertLinkDialogSettings
MVCxHtmlEditorInsertLinkDialogSettings
See Also