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

HtmlEditorDocumentSelectorBreadcrumbsSettings.Visible Property

Specifies the visibility of the breadcrumbs element in the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the breadcrumbs element is visible; otherwise false.

Remarks

ASPxFileManager_Breadcrumbs

See Also