Skip to main content

HtmlEditorFileManagerBreadcrumbsSettings.Visible Property

Specifies the visibility of the breadcrumbs element in built-in dialogs.

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 breadcrumbs element is visible; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Visible
HtmlEditorFileManagerSettingsBase

Remarks

ASPxFileManager_Breadcrumbs

See Also