Skip to main content

HtmlEditorDocumentSelectorBreadcrumbsSettings Class

Contains breadcrumbs settings used by the File Manager embedded into built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorDocumentSelectorBreadcrumbsSettings :
    HtmlEditorFileManagerBreadcrumbsSettings

Remarks

A HtmlEditorDocumentSelectorBreadcrumbsSettings class instance can be accessed using the HtmlEditorFileManagerSettingsBase.BreadcrumbsSettings property available via the HtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector or HtmlEditorInsertImageDialogSettings.SettingsImageSelector property.

See Also