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

MVCxHtmlEditorDocumentSelectorSettings Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxHtmlEditorDocumentSelectorSettings :
    HtmlEditorDocumentSelectorSettings

The following members accept/return MVCxHtmlEditorDocumentSelectorSettings objects:

Remarks

A MVCxHtmlEditorDocumentSelectorSettings class instance can be accessed via the HtmlEditorSettings.SettingsDocumentSelector property.

Implements

See Also