Skip to main content

HtmlEditorDocumentSelectorFileListSettings.ShowParentFolder Property

Specifies the parent folder element visibility 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 ShowParentFolder { get; set; }

Property Value

Type Default Description
Boolean false

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

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