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

HtmlEditorFileManagerBreadcrumbsSettings.Position Property

Gets or sets the breadcrumbs position within built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
BreadcrumbsPosition **Bottom**

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

Property Paths

You can access this nested property as listed below:

Remarks

When the HtmlEditorFileManagerBreadcrumbsSettings.Visible property is set to true, the breadcrumbs element is displayed. Use the Position property to specify the breadcrumbs position in the built-in dialogs.

See Also