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

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.v19.2.dll

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:

Remarks

ASPxFileManager - Items

See Also