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.v24.1.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