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

HtmlEditorDocumentSelectorBreadcrumbsSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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