Skip to main content

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