Skip to main content

HtmlEditorDocumentSelectorBreadcrumbsSettings.Position Property

Gets or sets the breadcrumbs position within the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(BreadcrumbsPosition.Top)]
public override BreadcrumbsPosition Position { get; set; }

Property Value

Type Default Description
BreadcrumbsPosition Top

One of the BreadcrumbsPosition enumeration values.

Available values:

Name Description
Top

The breadcrumbs are displayed at the top of the file area.

ASPxFileManager_BreadcrumbsPositionTop

Bottom

The breadcrumbs are displayed at the bottom of the file area.

ASPxFileManager_BreadcrumbsPositionBottom

Remarks

When the HtmlEditorDocumentSelectorBreadcrumbsSettings.Visible property is set to true, the breadcrumbs element is displayed. Use the Position property to specify the breadcrumbs position in the Document Selector.

See Also