Back to Devexpress

HtmlEditorFileManagerBreadcrumbsSettings.Position Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorfilemanagerbreadcrumbssettings.md

latest3.0 KB
Original Source

HtmlEditorFileManagerBreadcrumbsSettings.Position Property

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(BreadcrumbsPosition.Bottom)]
public override BreadcrumbsPosition Position { get; set; }
vb
<DefaultValue(BreadcrumbsPosition.Bottom)>
Public Overrides Property Position As BreadcrumbsPosition

Property Value

TypeDefaultDescription
BreadcrumbsPositionBottom

One of the BreadcrumbsPosition enumeration values.

|

Available values:

NameDescription
Top

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

| | Bottom |

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

HtmlEditorFileManagerBreadcrumbsSettings Class

HtmlEditorFileManagerBreadcrumbsSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace