Skip to main content

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

NuGet Package: DevExpress.Web

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