HtmlEditorFileManagerBreadcrumbsSettings.Position Property
Gets or sets the breadcrumbs position within built-in dialogs.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.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. |
Bottom | The breadcrumbs are displayed at the bottom of the file area. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Position |
---|---|
HtmlEditorFileManagerSettingsBase |
|
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