Skip to main content

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

NuGet Package: DevExpress.Web

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:

Object Type Path to Visible
HtmlEditorFileManagerSettingsBase
.FoldersSettings .Visible
See Also