Gets or sets a value specifying the visibility of the folder area in the Document Selector.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public override bool Visible { get; set; }
|
VB |
Overrides Public Property Visible As Boolean
|
Property value
Type: Boolean
true if the folder area is visible; otherwise false.
The default is true.

See Also