A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.SettingsDocumentSelector Property
Obsolete. Provides access to settings that are related to the Document Selector dialog.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector property instead.")]
public HtmlEditorDocumentSelectorSettings SettingsDocumentSelector { get; }
<Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector property instead.")>
Public ReadOnly Property SettingsDocumentSelector As HtmlEditorDocumentSelectorSettings
Property Value
Type | Description |
---|---|
HtmlEditorDocumentSelectorSettings | An HtmlEditorDocumentSelectorSettings object that contains the Document Selector dialog's settings. |
See Also
Feedback