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

HtmlEditorDocumentSelectorFoldersSettings.Visible Property

Gets or sets a value specifying the visibility of the folder area in the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the folder area is visible; otherwise false.

See Also