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

HtmlEditorFileManagerSettingsBase.FileListSettings Property

Provides access to the file list’s settings in a built-in dialog media selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorFileManagerFileListSettings FileListSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerFileListSettings

An HtmlEditorFileManagerFileListSettings object that contains the file list’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FileListSettings
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .FileListSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .FileListSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector .FileListSettings
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .FileListSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .FileListSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .FileListSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .FileListSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .FileListSettings
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .FileListSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .FileListSettings
See Also