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

HtmlEditorFileManagerFileListSettings.ShowParentFolder Property

Specifies the parent folder element visibility in the File Manager used in built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the parent folder is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Use the ShowParentFolder property to specify the visibility of the parent folder element, which allows end-users to move to one folder up.

ASPxFileManager_ParentFolder

See Also