Skip to main content

HtmlEditorDocumentSelectorBreadcrumbsSettings.Visible Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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