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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowParentFolder |
|---|---|
| HtmlEditorFileManagerSettingsBase |
|
Remarks
Use the ShowParentFolder property to specify the visibility of the parent folder element, which allows end-users to move to one folder up.

See Also