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

ASPxHtmlEditor.SettingsDocumentSelector Property

OBSOLETE

Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector property instead.

Provides access to settings that are related to the Document Selector dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector property instead.")]
public HtmlEditorDocumentSelectorSettings SettingsDocumentSelector { get; }

Property Value

Type Description
HtmlEditorDocumentSelectorSettings

An HtmlEditorDocumentSelectorSettings object that contains the Document Selector dialog’s settings.

See Also