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

HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector Property

Provides access to settings related to the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public HtmlEditorDocumentSelectorSettings SettingsDocumentSelector { get; }

Property Value

Type Description
HtmlEditorDocumentSelectorSettings

An HtmlEditorDocumentSelectorSettings object that contains the selector’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsDocumentSelector
HtmlEditorDefaultDialogSettings
.InsertLinkDialog.SettingsDocumentSelector
MVCxHtmlEditorDefaultDialogSettings
.InsertLinkDialog.SettingsDocumentSelector
See Also