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.v21.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.

See Also