Skip to main content

HtmlEditorFileManagerFileListSettings.ShowFolders Property

Specifies whether file list displays folders in the File Manager used within built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool ShowFolders { get; set; }

Property Value

Type Default Description
Boolean true

true, if folders are visible in the file list, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowFolders
HtmlEditorFileManagerSettingsBase
.FileListSettings .ShowFolders

Remarks

ASPxFileManager - Items

See Also