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

HtmlEditorDocumentSelectorFileListSettings.ShowFolders Property

Specifies whether file list displays folders in the File Manager used in the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Remarks

By default, the file list displays files only. Set the ShowFolders property to true to display folders in the file list.

ASPxFileManager - Items

See Also