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

HtmlEditorDocumentSelectorFileListSettings Class

Contains settings to customize the file list within the Image Selector or Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorDocumentSelectorFileListSettings :
    HtmlEditorFileManagerFileListSettings

Remarks

A HtmlEditorDocumentSelectorFileListSettings class instance can be accessed using the HtmlEditorFileManagerSettingsBase.FileListSettings property available via the HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector or HtmlEditorInsertImageDialogSettings.SettingsImageSelector property.

See Also