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

HtmlEditorDocumentSelectorSettings Class

Contains the ASPxHtmlEditor‘s Document Selector dialog’s settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorDocumentSelectorSettings :
    HtmlEditorSelectorSettings

The following members return HtmlEditorDocumentSelectorSettings objects:

Remarks

These settings can be accessed via the editor’s ASPxHtmlEditor.SettingsDocumentSelector property.

See Also