Skip to main content

HtmlEditorDocumentSelectorFileListSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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