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

FileManagerSettingsFolders.Visible Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Remarks

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

See Also