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

HtmlEditorDocumentSelectorCommonSettings Class

Contains common settings of the ASPxHtmlEditor’s built-in Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorDocumentSelectorCommonSettings :
    HtmlEditorFileManagerCommonSettings

Remarks

A HtmlEditorDocumentSelectorCommonSettings class instance can be accessed by using the HtmlEditorFileManagerSettingsBase.CommonSettings property available via the HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector property.

See Also