Skip to main content

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

NuGet Package: DevExpress.Web

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