Skip to main content
Tab

FileManagerSettingsFolders.Visible Property

Gets or sets a value specifying the visibility of the folder container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if the folder container is visible; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Visible
ASP.NET MVC Extensions FileManagerSettings
.SettingsFolders .Visible
ASP.NET Web Forms Controls ASPxFileManager
.SettingsFolders .Visible

Remarks

If the Visible property is set to false, it doesn’t allow you to manipulate folders (edit, delete, etc.).

See Also