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

HtmlEditorFileManagerSettingsBase.BreadcrumbsSettings Property

Provides access to the breadcrumbs settings used by the File Manager embedded into built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorFileManagerBreadcrumbsSettings BreadcrumbsSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerBreadcrumbsSettings

A HtmlEditorFileManagerBreadcrumbsSettings object that contains settings for the breadcrumbs element.

Remarks

ASPxFileManager_Breadcrumbs

See Also