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

HtmlEditorFileManagerFoldersSettings.Visible Property

Gets or sets a value specifying the visibility of the folder container in the File Manager embedded into built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the folder container is visible; otherwise false.

Property Paths

You can access this nested property as listed below:

See Also