Skip to main content

HtmlEditorFileManagerBreadcrumbsSettings.Position Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#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:

Object Type Path to Position
HtmlEditorFileManagerSettingsBase
.BreadcrumbsSettings .Position

#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